BOOL _INVENTORY_GET_INVENTORY_ITEM_IN_USE(`inventoryId` (int), `guid` (Any*));
| Property |
Value |
| Native Name |
_INVENTORY_GET_INVENTORY_ITEM_IN_USE |
| Hash |
0x70E3A884ED000A01 |
| Return Type |
BOOL |
| Build |
1311 |
| Parameters |
inventoryId (int), guid (Any*) |
Parameters
inventoryId (int)
guid (Any*)
Usage
Lua (Direct):
local result = InventoryGetInventoryItemInUse(inventoryId, guid)
Lua (Hash):
local result = Citizen.InvokeNative(0x70E3A884ED000A01, inventoryId, guid)
Back to INVENTORY