Native referenceRedMclient

_ANIMPOSTFX_GET_STACKHASH

0x842CCC9491FFCD9B GRAPHICS
FUNCTION SIGNATURE
Hash _ANIMPOSTFX_GET_STACKHASH(const char* effectName);
Property Value
Native Name _ANIMPOSTFX_GET_STACKHASH
Hash 0x842CCC9491FFCD9B
Return Type Hash
Build 1207
API Set client
Parameters effectName (const char*)

Description: Known effects: MP_Trans_SceneToPhoto MP_Trans_WinLose SpectateFilter MP_CharacterCreatorPhoto MP_Trans_PhotoToScene InterrogationHit

Usage

Lua (Direct):

local result = AnimpostfxGetStackhash(effectName)

Lua (Hash):

local result = Citizen.InvokeNative(0x842CCC9491FFCD9B, effectName)
Back to GRAPHICS