Native referenceRedM

ANIMPOSTFX_STOP

0xB4FD7446BAB2F394 GRAPHICS
FUNCTION SIGNATURE
void ANIMPOSTFX_STOP(`effectName` (const char*));
Property Value
Native Name ANIMPOSTFX_STOP
Hash 0xB4FD7446BAB2F394
Return Type void
Build 1207
Parameters effectName (const char*)

Parameters

  • effectName (const char*)

Usage

Lua (Direct):

AnimpostfxStop(effectName)

Lua (Hash):

Citizen.InvokeNative(0xB4FD7446BAB2F394, effectName)

Back to GRAPHICS