Native referenceRedM

ANIMPOSTFX_PLAY

0x4102732DF6B4005F GRAPHICS
FUNCTION SIGNATURE
void ANIMPOSTFX_PLAY(`effectName` (const char*));

Description: https://github.com/femga/rdr3_discoveries/blob/master/graphics/animpostfx

Property Value
Native Name ANIMPOSTFX_PLAY
Hash 0x4102732DF6B4005F
Return Type void
Build 1207
Parameters effectName (const char*)

Parameters

  • effectName (const char*)

Usage

Lua (Direct):

AnimpostfxPlay(effectName)

Lua (Hash):

Citizen.InvokeNative(0x4102732DF6B4005F, effectName)

Back to GRAPHICS