C_Item.GetItemIcon

From Warcraft Wiki
Jump to navigation Jump to search
GitHub Octocat.png  Townlong-Yak BAD.png  ProfIcons engineering.png  BTNTemp.png C_Item.GetItemIcon TheWarWithin-Icon-Inline.pngDragonflight-Icon-Inline.pngCata-Logo-Small.pngWrath-Logo-Small.pngWoW Icon update.png + 8.0.1 / 1.13.2
GitHub Octocat.png  Townlong-Yak BAD.png  ProfIcons engineering.png  BTNTemp.png C_Item.GetItemIconByID TheWarWithin-Icon-Inline.pngDragonflight-Icon-Inline.pngCata-Logo-Small.pngWrath-Logo-Small.pngWoW Icon update.png + 8.0.1 / 1.13.2
Wowprogramming.png  BTNTemp.png GetItemIcon Wrath-Logo-Small.png + 2.4.0 / 1.13.2

Needs summary.

icon = C_Item.GetItemIcon(itemLocation)
     = C_Item.GetItemIconByID(itemInfo)

Arguments

GetItemIcon

itemLocation
ItemLocationMixin🔗

GetItemIconByID

itemInfo
number|string : Item ID, Link or Name

Returns

icon
number? : FileID

Patch changes

Battle for Azeroth Patch 8.0.1 (2018-07-17): Added.

See also