Native referenceRedMclient

_0xD08685BA892DBFAB

0xD08685BA892DBFAB INVENTORY
FUNCTION SIGNATURE
BOOL _0xD08685BA892DBFAB(int inventoryId, Any* guid, int* p2, int* p3);
Property Value
Native Name _0xD08685BA892DBFAB
Hash 0xD08685BA892DBFAB
Return Type BOOL
Build 1207
API Set client
Parameters inventoryId (int), guid (Any*), p2 (int*), p3 (int*)

Description: Params: p3 returns an int between 0 and 20 (?) Only used in R* SP Scripts

Usage

Lua (Direct):

local result = _0xD08685BA892DBFAB(inventoryId, guid, p2, p3)

Lua (Hash):

local result = Citizen.InvokeNative(0xD08685BA892DBFAB, inventoryId, guid, p2, p3)
Back to INVENTORY