Native referenceRedM

GET_ANIM_SCENE_INT

0x2B7277484CC095FD ANIMSCENE
FUNCTION SIGNATURE
int GET_ANIM_SCENE_INT(AnimScene animScene, char* name);
Property Value
Native Name GET_ANIM_SCENE_INT
Hash 0x2B7277484CC095FD
Return Type int
Build 1207
Parameters animScene (AnimScene), name (char*)

Usage

Lua (Direct):

local result = GetAnimSceneInt(animScene, name)

Lua (Hash):

local result = Citizen.InvokeNative(0x2B7277484CC095FD, animScene, name)
Back to ANIMSCENE