| Property | Value |
|---|---|
| Native Name | IS_IN_ITEMSET |
| Hash | 0xD1503C2EE2FE688C |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | entity (Entity), itemset (ItemSet) |
Parameters
entity(Entity)itemset(ItemSet)
Usage
Lua (Direct):
local result = IsInItemset(entity, itemset)
Lua (Hash):
local result = Citizen.InvokeNative(0xD1503C2EE2FE688C, entity, itemset)