Native referenceRedM

GET_INDEXED_SCENARIO_POINT_INDEX_IN_ITEMSET

0x9FC3CDB5CE815901 ITEMSET
FUNCTION SIGNATURE
Any GET_INDEXED_SCENARIO_POINT_INDEX_IN_ITEMSET(`index` (int), `itemset` (ItemSet));
Property Value
Native Name GET_INDEXED_SCENARIO_POINT_INDEX_IN_ITEMSET
Hash 0x9FC3CDB5CE815901
Return Type Any
Build 1207
Parameters index (int), itemset (ItemSet)

Parameters

  • index (int)
  • itemset (ItemSet)

Usage

Lua (Direct):

local result = GetIndexedScenarioPointIndexInItemset(index, itemset)

Lua (Hash):

local result = Citizen.InvokeNative(0x9FC3CDB5CE815901, index, itemset)

Back to ITEMSET