BOOL WEEKLY_COLLECTIBLE_GET_ITEM_IN_SET(`chalHash` (Hash), `setIndex` (int), `itemIndex` (int), `p3` (Hash*), `p4` (int*));
| Property |
Value |
| Native Name |
WEEKLY_COLLECTIBLE_GET_ITEM_IN_SET |
| Hash |
0xBA61BA6205A3F5A8 |
| Return Type |
BOOL |
| Build |
1207 |
| Parameters |
chalHash (Hash), setIndex (int), itemIndex (int), p3 (Hash*), p4 (int*) |
Parameters
chalHash (Hash)
setIndex (int)
itemIndex (int)
p3 (Hash*)
p4 (int*)
Usage
Lua (Direct):
local result = WeeklyCollectibleGetItemInSet(chalHash, setIndex, itemIndex, p3, p4)
Lua (Hash):
local result = Citizen.InvokeNative(0xBA61BA6205A3F5A8, chalHash, setIndex, itemIndex, p3, p4)
Back to STATS