C_AzeriteEmpoweredItem.GetAllTierInfo

From Warcraft Wiki
Jump to navigation Jump to search
GitHub Octocat.png  Townlong-Yak Globe.png  Townlong-Yak BAD.png  Blizz.gif  ProfIcons engineering.png C_AzeriteEmpoweredItem.GetAllTierInfo 11.1.5 (60428)4.4.2 (59734)1.15.7 (60191) + 8.0.1 / 2.5.4 / 1.14.3
GitHub Octocat.png  Townlong-Yak Globe.png  Townlong-Yak BAD.png  Blizz.gif  ProfIcons engineering.png C_AzeriteEmpoweredItem.GetAllTierInfoByItemID 11.1.5 (60428)4.4.2 (59734)1.15.7 (60191) + 8.0.1 / 2.5.4 / 1.14.3

Needs summary.

tierInfo = C_AzeriteEmpoweredItem.GetAllTierInfo(azeriteEmpoweredItemLocation)
         = C_AzeriteEmpoweredItem.GetAllTierInfoByItemID(itemInfo [, classID])

Arguments

GetAllTierInfo

azeriteEmpoweredItemLocation
ItemLocationMixin🔗

GetAllTierInfoByItemID

itemInfo
number|string : Item ID, Link or name
classID
number? - Specify a class ID to get tier information about that class, otherwise uses the player's class if left nil

Returns

tierInfo
structure - AzeriteEmpoweredItemTierInfo[]
Field Type Description
azeritePowerIDs number[]
unlockLevel number

Patch changes