Description: Alternative Name: _INVENTORY_IS_ITEM_DISABLED
| Property | Value |
|---|---|
| Native Name | _INVENTORY_IS_INVENTORY_ITEM_EQUIPPED |
| Hash | 0x3D10D7179D7034AF |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | inventoryId (int), item (Hash), p2 (BOOL) |
Parameters
inventoryId(int)item(Hash)p2(BOOL)
Usage
Lua (Direct):
local result = InventoryIsInventoryItemEquipped(inventoryId, item, p2)
Lua (Hash):
local result = Citizen.InvokeNative(0x3D10D7179D7034AF, inventoryId, item, p2)