Description: Returns the number of <Item>s <acquirecosts> has from the key in catalog_sp.ymt
| Property | Value |
|---|---|
| Native Name | _ITEMDATABASE_GET_ACQUIRE_COSTS_COUNT |
| Hash | 0x01FDDAD392D04144 |
| Return Type | int |
| Build | 1207 |
| Parameters | key (Hash) |
Parameters
key(Hash)
Usage
Lua (Direct):
local result = ItemdatabaseGetAcquireCostsCount(key)
Lua (Hash):
local result = Citizen.InvokeNative(0x01FDDAD392D04144, key)