BOOL _ITEMDATABASE_FILLOUT_SELL_PRICE(`key` (Hash), `sellType` (Hash), `outData` (Any*));
Description: Params: sellType = SELL_SHOP_DEFAULT
| Property |
Value |
| Native Name |
_ITEMDATABASE_FILLOUT_SELL_PRICE |
| Hash |
0x7A62A2EEDE1C3766 |
| Return Type |
BOOL |
| Build |
1207 |
| Parameters |
key (Hash), sellType (Hash), outData (Any*) |
Parameters
key (Hash)
sellType (Hash)
outData (Any*)
Usage
Lua (Direct):
local result = ItemdatabaseFilloutSellPrice(key, sellType, outData)
Lua (Hash):
local result = Citizen.InvokeNative(0x7A62A2EEDE1C3766, key, sellType, outData)
Back to ITEMDATABASE