WoW API: GetInventoryItemTexture

Revision as of 04:46, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API GetInventoryItemTexture to API GetInventoryItemTexture without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WoW API < GetInventoryItemTexture

Return the texture for an inventory item.

texture = GetInventoryItemTexture("unit", slotId)

ParametersEdit

ArgumentsEdit

("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.

ReturnsEdit

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