WoW:API GetInventoryItemTexture: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Move page script moved page API GetInventoryItemTexture to API GetInventoryItemTexture without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<center>'''GetInventoryItemTexture''' - ''Documentation by [[User:Flickering|Flickering]]''</center>
{{wowapi}}


Return the texture for an inventory item.
Return the texture for an inventory item.
Line 17: Line 17:
----
----
__NOTOC__
__NOTOC__
{{Template:WoW API}}
[[Category:API Functions|GetInventoryItemTexture]]
[[Category:API Inventory Functions|GetInventoryItemTexture]]

Latest revision as of 04:46, 15 August 2023

WoW API < GetInventoryItemTexture

Return the texture for an inventory item.

texture = GetInventoryItemTexture("unit", slotId)

Parameters[edit]

Arguments[edit]

("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[edit]

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