Inspect.Item.List

Generate a list of item IDs from a slot specifier or set of slot specifiers.

Usage:

items = Inspect.Item.List()
item = Inspect.Item.List(slot)
items = Inspect.Item.List(slot)
items = Inspect.Item.List(slots)
ParameterTypeDatatypeDescription
slotparameterslotA single slot specifier.
slotsparametertableA table of slot specifiers.
itemresultitemA single item ID. This will be returned only if the input is a single fully-specified slot specifier.
itemsresulttableA table of item IDs. The key is the slot specifier, the value is the item ID.