BOOL _ITEMDATABASE_FILLOUT_ACQUIRE_COST(`key` (Hash), `costtype` (Hash), `outData` (Any*));
| Property |
Value |
| Native Name |
_ITEMDATABASE_FILLOUT_ACQUIRE_COST |
| Hash |
0x74F7928816E4E181 |
| Return Type |
BOOL |
| Build |
1207 |
| Parameters |
key (Hash), costtype (Hash), outData (Any*) |
Parameters
key (Hash)
costtype (Hash)
outData (Any*)
Usage
Lua (Direct):
local result = ItemdatabaseFilloutAcquireCost(key, costtype, outData)
Lua (Hash):
local result = Citizen.InvokeNative(0x74F7928816E4E181, key, costtype, outData)
Back to ITEMDATABASE