| Property | Value |
|---|---|
| Native Name | _ITEMDATABASE_GET_COLLECTION_SIZE |
| Hash | 0xD389A2549C4EFB30 |
| Return Type | int |
| Build | 1207 |
| API Set | client |
| Parameters | collectionId (int) |
Description: Returns (collection?) size/index (?) ITEMDATABASE_GET(A)* - ITEMDATABASE_GET(B)*
Usage
Lua (Direct):
local result = ItemdatabaseGetCollectionSize(collectionId)
Lua (Hash):
local result = Citizen.InvokeNative(0xD389A2549C4EFB30, collectionId)