WoW:API GetInventoryItemTexture: Difference between revisions
Jump to navigation
Jump to search
GetInventoryItemTexture - Documentation by Flickering
mNo edit summary |
mNo edit summary |
||
Line 17: | Line 17: | ||
__NOTOC__ | __NOTOC__ | ||
{{Template:WoW API}} | {{Template:WoW API}} | ||
[[Category:API Functions|GetInventoryItemTexture]] | |||
[[Category:API Inventory Functions|GetInventoryItemTexture]] | [[Category:API Inventory Functions|GetInventoryItemTexture]] |
Revision as of 18:26, 29 August 2005
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.