| 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)