Native referenceRedM

IS_IN_ITEMSET

0xD1503C2EE2FE688C ITEMSET
FUNCTION SIGNATURE
BOOL IS_IN_ITEMSET(`entity` (Entity), `itemset` (ItemSet));
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)

Back to ITEMSET