BOOL _ITEMDATABASE_FILLOUT_BUNDLE(Hash bundle, Hash cost, int index, Any* outData);
| Property |
Value |
| Native Name |
_ITEMDATABASE_FILLOUT_BUNDLE |
| Hash |
0xB542632693D53408 |
| Return Type |
BOOL |
| Build |
1232 |
| Parameters |
bundle (Hash), cost (Hash), index (int), outData (Any*) |
Usage
Lua (Direct):
local result = ItemdatabaseFilloutBundle(bundle, cost, index, outData)
Lua (Hash):
local result = Citizen.InvokeNative(0xB542632693D53408, bundle, cost, index, outData)
Examples
struct Cost {
Hash currency;
int amount;
};
Back to ITEMDATABASE