InventoryItem
InventoryItem contains the data for an item retrieved through either Inventory.GetItem or Inventory.GetItems.
Properties
How many of this item the owner owns. Includes items that have been reserved.
How many of this item the owner owns that are not reserved.
The time the holder first gained this item. The time is in the UTC time zone expressed in unix epoch seconds. You can use os.date to format this time into a human-readable format.
The id of the holder which owns this item
The id of the item
Returns an array of InventoryReservations which contain how many items are reserved and the purpose.
The last time the state of this item changed. The time is in the UTC time zone expressed in unix epoch seconds. You can use os.date to format this time into a human-readable format.
Updated 12 days ago