| Property | Value |
|---|---|
| Native Name | WEEKLY_COLLECTIBLE_GET_NUM_ITEMS_IN_SET |
| Hash | 0x7D675C9DDDB365BE |
| Return Type | int |
| Build | 1207 |
| Parameters | chalHash (Hash), index (int) |
Parameters
chalHash(Hash)index(int)
Usage
Lua (Direct):
local result = WeeklyCollectibleGetNumItemsInSet(chalHash, index)
Lua (Hash):
local result = Citizen.InvokeNative(0x7D675C9DDDB365BE, chalHash, index)