WoW:API GetInventoryItemTexture: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(upgraded deprecated template)
mNo edit summary
Line 1: Line 1:
{{wowapi}}
{{wowapi}}
<center>'''GetInventoryItemTexture''' - ''Documentation by [[User:Flickering|Flickering]]''</center>


Return the texture for an inventory item.
Return the texture for an inventory item.

Revision as of 18:08, 2 November 2007

WoW API < GetInventoryItemTexture

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.