Native referenceRedM

_ANIMPOSTFX_PLAY_TIMED

0x3A9A281FF71249E9 GRAPHICS
FUNCTION SIGNATURE
void _ANIMPOSTFX_PLAY_TIMED(`effectName` (const char*), `duration` (int));
Property Value
Native Name _ANIMPOSTFX_PLAY_TIMED
Hash 0x3A9A281FF71249E9
Return Type void
Build 1207
Parameters effectName (const char*), duration (int)

Parameters

  • effectName (const char*)
  • duration (int)

Usage

Lua (Direct):

AnimpostfxPlayTimed(effectName, duration)

Lua (Hash):

Citizen.InvokeNative(0x3A9A281FF71249E9, effectName, duration)

Back to GRAPHICS