Native referenceRedM

ANIMPOSTFX_IS_RUNNING

0x4A123E85D7C4CA0B GRAPHICS
FUNCTION SIGNATURE
BOOL ANIMPOSTFX_IS_RUNNING(`effectName` (const char*));
Property Value
Native Name ANIMPOSTFX_IS_RUNNING
Hash 0x4A123E85D7C4CA0B
Return Type BOOL
Build 1207
Parameters effectName (const char*)

Parameters

  • effectName (const char*)

Usage

Lua (Direct):

local result = AnimpostfxIsRunning(effectName)

Lua (Hash):

local result = Citizen.InvokeNative(0x4A123E85D7C4CA0B, effectName)

Back to GRAPHICS