| Property | Value |
|---|---|
| Native Name | _ITEMDATABASE_GET_AWARD_ACQUIRE_COST_COUNT_FROM_COST_TYPE |
| Hash | 0xF540239F9937033B |
| Return Type | int |
| Build | 1232 |
| Parameters | award (Hash), costtype (Hash) |
Parameters
award(Hash)costtype(Hash)
Usage
Lua (Direct):
local result = ItemdatabaseGetAwardAcquireCostCountFromCostType(award, costtype)
Lua (Hash):
local result = Citizen.InvokeNative(0xF540239F9937033B, award, costtype)