Native referenceRedM

GET_ITEMSET_SIZE

0x55F2E375AC6018A9 ITEMSET
FUNCTION SIGNATURE
int GET_ITEMSET_SIZE(`itemset` (ItemSet));
Property Value
Native Name GET_ITEMSET_SIZE
Hash 0x55F2E375AC6018A9
Return Type int
Build 1207
Parameters itemset (ItemSet)

Parameters

  • itemset (ItemSet)

Usage

Lua (Direct):

local result = GetItemsetSize(itemset)

Lua (Hash):

local result = Citizen.InvokeNative(0x55F2E375AC6018A9, itemset)

Back to ITEMSET