Inspect.Item.Find

Finds a slot specifier based on an item ID.

Usage:

slot = Inspect.Item.Find(item)
slots = Inspect.Item.Find(items)
ParameterTypeDatatypeDescription
itemparameteritemA single item ID.
itemsparametertableA table of item IDs.
slotresultslotA slot specifier for that item.
slotsresulttableSlot specifiers for all requested items. The key is the string used to lookup, the value is the slot specifier.