Contents
← WoW API < GetInventorySlotInfo
Return information about a specific inventory slot
slotId, textureName = GetInventorySlotInfo("slotName")
Parameters[edit | edit source]
Arguments[edit | edit source]
- ("slotName")
- slotName
- String - The InventorySlotName to query ("HEADSLOT", etc).
Returns[edit | edit source]
- slotId, textureName
- slotId
- Numeric - The slot ID to use to refer to that slot in the other GetInventory functions.
- textureName
- String - The texture to use for the empty slot on the paper doll display.
Community content is available under CC-BY-SA unless otherwise noted.