void _INVENTORY_SET_INVENTORY_ITEM_IN_USE(`inventoryId` (int), `guid` (Any*), `inUse` (BOOL));
Description: Only works on CClothingItem
| Property |
Value |
| Native Name |
_INVENTORY_SET_INVENTORY_ITEM_IN_USE |
| Hash |
0x65A5F70F4A292EBE |
| Return Type |
void |
| Build |
1207 |
| Parameters |
inventoryId (int), guid (Any*), inUse (BOOL) |
Parameters
inventoryId (int)
guid (Any*)
inUse (BOOL)
Usage
Lua (Direct):
InventorySetInventoryItemInUse(inventoryId, guid, inUse)
Lua (Hash):
Citizen.InvokeNative(0x65A5F70F4A292EBE, inventoryId, guid, inUse)
Back to INVENTORY