C_Item.GetItemName

From Warcraft Wiki
(Redirected from API C Item.GetItemNameByID)
Jump to navigation Jump to search
GitHub Octocat.png  Townlong-Yak BAD.png  ProfIcons engineering.png  BTNTemp.png C_Item.GetItemName 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.GetItemNameByID TheWarWithin-Icon-Inline.pngDragonflight-Icon-Inline.pngCata-Logo-Small.pngWrath-Logo-Small.pngWoW Icon update.png + 8.0.1 / 1.13.2

Needs summary.

itemName = C_Item.GetItemName(itemLocation)
         = C_Item.GetItemNameByID(itemInfo)

Arguments

GetItemName

itemLocation
ItemLocationMixin🔗

GetItemNameByID

itemInfo
number|string : Item ID, Link or Name

Returns

itemName
string?

Patch changes

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