Native referenceRedMclient

_SAVEGAME_GET_INT_3

0xB25B5A375BE5BE26 SAVE
FUNCTION SIGNATURE
void _SAVEGAME_GET_INT_3(Any* p0, const char* variableName);
Property Value
Native Name _SAVEGAME_GET_INT_3
Hash 0xB25B5A375BE5BE26
Return Type void
Build 1207
API Set client
Parameters p0 (Any*), variableName (const char*)

Description: Does the exact same as 0x529B9CCD0972AF4E Commonly used with enums and flags

Usage

Lua (Direct):

SavegameGetInt3(p0, variableName)

Lua (Hash):

Citizen.InvokeNative(0xB25B5A375BE5BE26, p0, variableName)
Back to SAVE