int _ITEMDATABASE_CREATE_ITEM_COLLECTION(`data` (Any*), `size` (int*), `comparisonType` (int));
Description: Returns collectionId to be used with 0x8750F69A720C2E41 (p0) and 0xCBB7B6EDFA933ADE (p0)
| Property |
Value |
| Native Name |
_ITEMDATABASE_CREATE_ITEM_COLLECTION |
| Hash |
0x71EFA7999AE79408 |
| Return Type |
int |
| Build |
1207 |
| Parameters |
data (Any*), size (int*), comparisonType (int) |
Parameters
data (Any*)
size (int*)
comparisonType (int)
Usage
Lua (Direct):
local result = ItemdatabaseCreateItemCollection(data, size, comparisonType)
Lua (Hash):
local result = Citizen.InvokeNative(0x71EFA7999AE79408, data, size, comparisonType)
Back to ITEMDATABASE