WoW:API GetInventoryItemTexture

From AddOn Studio
Revision as of 21:46, 10 April 2005 by WoWWiki>Flickering
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
GetInventoryItemTexture - Documentation by Flickering

Return the texture for an inventory item.

texture = GetInventoryItemTexture("unit", slotId)

Parameters

Arguments

("unit", slotId)
unit
String - The UnitId of the unit whose inventory is to be queried.
slotId
Numeric - The inventory slot to be queried, obtained via GetInventorySlotInfo.

Returns

texture
texture
String - The texture path for the item in the specified slot, or nil if the slot is empty.

Template:WoW API