WoW API: GetItemIcon
Jump to navigation
Jump to search
← WoW API < GetItemIcon
Return the icon texture for the item.
itemIcon = GetItemIcon(itemID)
Parameters[edit]
Arguments[edit]
- (itemID)
- itemID
- Integer - The numeric ID of the item. ie. 12345
Returns[edit]
- "itemIcon"
- itemIcon
- String - The name and path of the icon texture of the item.
Example[edit]
itemIcon = GetItemIcon(6948) print("itemIcon :", itemIcon)
Result[edit]
- prints Hearthstone icon - "Interface\\Icons\\INV_Misc_Rune_01".
Notes[edit]
- As of patch 4.0.1, this function requires an itemID, it will not work with item names or links.