Native referenceRedM

ADD_TO_ITEMSET

0xABE74510883C7950 ITEMSET
FUNCTION SIGNATURE
BOOL ADD_TO_ITEMSET(`entity` (Entity), `itemset` (ItemSet));
Property Value
Native Name ADD_TO_ITEMSET
Hash 0xABE74510883C7950
Return Type BOOL
Build 1207
Parameters entity (Entity), itemset (ItemSet)

Parameters

  • entity (Entity)
  • itemset (ItemSet)

Usage

Lua (Direct):

local result = AddToItemset(entity, itemset)

Lua (Hash):

local result = Citizen.InvokeNative(0xABE74510883C7950, entity, itemset)

Back to ITEMSET