C_AzeriteItem.IsAzeriteItem

From Warcraft Wiki
Jump to navigation Jump to search
GitHub Octocat.png  Townlong-Yak BAD.png  ProfIcons engineering.png  BTNTemp.png C_AzeriteItem.IsAzeriteItem TheWarWithin-Icon-Inline.pngDragonflight-Icon-Inline.pngCata-Logo-Small.pngWrath-Logo-Small.pngWoW Icon update.png + 8.0.1 / 1.15.0
GitHub Octocat.png  Townlong-Yak BAD.png  ProfIcons engineering.png  BTNTemp.png C_AzeriteItem.IsAzeriteItemByID TheWarWithin-Icon-Inline.pngDragonflight-Icon-Inline.pngCata-Logo-Small.pngWrath-Logo-Small.pngWoW Icon update.png + 8.0.1 / 1.15.0

Needs summary.

isAzeriteItem = C_AzeriteItem.IsAzeriteItem(itemLocation)
              = C_AzeriteItem.IsAzeriteItemByID(itemInfo)

Arguments

IsAzeriteItem

itemLocation
ItemLocationMixin🔗

IsAzeriteItemByID

itemInfo
number|string : Item ID, Link or Name

Returns

isAzeriteItem
boolean

Patch changes

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