| Property | Value |
|---|---|
| Native Name | _COLLECTABLE_GET_CATEGORY |
| Hash | 0x725D52F21A5E9EF6 |
| Return Type | Hash |
| Build | 1207 |
| API Set | client |
| Parameters | collectableItem (Hash) |
Description: Used in Script Function NET_COLLECTABLES_HANDLE_ITEM_ADDED Returns collectableCategory Hash
Usage
Lua (Direct):
local result = CollectableGetCategory(collectableItem)
Lua (Hash):
local result = Citizen.InvokeNative(0x725D52F21A5E9EF6, collectableItem)