GetInventorySlotInfo

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 1.0.0 / 1.13.2

Returns info for an equipment slot.

invSlotId, textureName, checkRelic = GetInventorySlotInfo(invSlotName)

Arguments

invSlotName
string - InventorySlotName to query (e.g. "HEADSLOT").

Returns

invSlotId
number : InventorySlotId - The 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.
checkRelic
boolean