Returns a list of items that can be equipped in a given inventory slot
See also Inventory functions.
Signature:
availableItems
=
GetInventoryItemsForSlot(slot)
Arguments:
slot
- An inventory slot number, as can be obtained fromGetInventorySlotInfo
(number
, inventoryID)
Returns:
availableItems
- A table listingitemID
s of items which can be equipped in the slot, keyed byitemLocation
(table
)