| Property | Value |
|---|---|
| Native Name | _ITEMDATABASE_GET_ACQUIRE_COSTS_COUNT_FROM_COST_TYPE |
| Hash | 0xDEE7B3C76ED664BE |
| Return Type | int |
| Build | 1232 |
| Parameters | key (Hash), costtype (Hash) |
Parameters
key(Hash)costtype(Hash)
Usage
Lua (Direct):
local result = ItemdatabaseGetAcquireCostsCountFromCostType(key, costtype)
Lua (Hash):
local result = Citizen.InvokeNative(0xDEE7B3C76ED664BE, key, costtype)