Generates a slot specifier for the player's inventory.
slot = Utility.Item.Slot.Inventory() | |||
slot = Utility.Item.Slot.Inventory(bag) | |||
slot = Utility.Item.Slot.Inventory(bag, slot) | |||
Parameter | Type | Datatype | Description |
---|---|---|---|
bag | parameter | number, string | The number of the bag whose contents should be inspected, starting at 1, or "bag" to inspect the actual inventory bags. |
slot | parameter | number, slot | The requested slot specifier. |
slot | result | number, slot | The requested slot specifier. |