Skip to content

isGlitchEnabled

Server-side

A standard MTA API with Neon behavior

Reads the synchronized Neon fastweaponstrafe state through MTA's existing glitch API.

Syntax

bool isGlitchEnabled(string glitchName)

Arguments

glitchNamestring

Use fastweaponstrafe.

Returns

true when enabled; false otherwise.

Ownership and lifecycle

Neon extends these existing MTA functions. Scripts should detect the extra capability or require a matching Neon build.

Important behavior
  • A focused toggle/native-walking harness exists, but its commit records no in-game pass.

Example

local enabled = isGlitchEnabled("fastweaponstrafe")

Where this comes from

RELATED NEON APIS

Continue exploring

Read the system guide →