WoW:API GetInventorySlotInfo: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(upgraded deprecated template)
(removed deprecated template)
Line 18: Line 18:
== Details ==
== Details ==
: Thanks to [[User:Sij|Sij]] for pointing out the original Wiki page was incorrect.
: Thanks to [[User:Sij|Sij]] for pointing out the original Wiki page was incorrect.
----
__NOTOC__
{{Template:WoW API}}

Revision as of 18:07, 6 January 2007

WoW API < GetInventorySlotInfo

GetInventorySlotInfo - Documentation by Flickering

Return information about a specific inventory slot

slotId, textureName = GetInventorySlotInfo("slotName")

Parameters

Arguments

("slotName")
slotName
String - The InventorySlotName to query ("HEADSLOT", etc).

Returns

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.

Details

Thanks to Sij for pointing out the original Wiki page was incorrect.