Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Returns the item ID for an equipped item.
itemId, unknown = GetInventoryItemID(unit, invSlotId)
Arguments[]
- unit
- string : UnitId - The unit whose inventory is to be queried.
- invSlotId
- number : InventorySlotId - to be queried, obtained via GetInventorySlotInfo.
Returns[]
- itemId
- number - item id of the item in the inventory slot; nil if there is no item.
- unknown
- number - ?