Native referenceRedM

WEEKLY_COLLECTIBLE_GET_ITEM_SET_LABEL

0xBFFA88522FF0F730 STATS
FUNCTION SIGNATURE
Hash WEEKLY_COLLECTIBLE_GET_ITEM_SET_LABEL(`chalHash` (Hash), `index` (int));
Property Value
Native Name WEEKLY_COLLECTIBLE_GET_ITEM_SET_LABEL
Hash 0xBFFA88522FF0F730
Return Type Hash
Build 1207
Parameters chalHash (Hash), index (int)

Parameters

  • chalHash (Hash)
  • index (int)

Usage

Lua (Direct):

local result = WeeklyCollectibleGetItemSetLabel(chalHash, index)

Lua (Hash):

local result = Citizen.InvokeNative(0xBFFA88522FF0F730, chalHash, index)

Back to STATS