C_ItemUpgrade.GetItemLevelIncrement

From Warcraft Wiki
Jump to navigation Jump to search
GitHub Octocat.png  Townlong-Yak BAD.png  ProfIcons engineering.png  BTNTemp.png C_ItemUpgrade.GetItemUpgradeItemInfo TheWarWithin-Icon-Inline.pngDragonflight-Icon-Inline.png + 9.1.5
BTNTemp.png C_ItemUpgrade.GetItemLevelIncrement + 9.1.0
Wowprogramming.png  BTNTemp.png GetItemLevelIncrement + 5.0.4
Wowprogramming.png  BTNTemp.png GetItemUpgradeItemInfo + 5.0.4
Wowprogramming.png  BTNTemp.png GetItemUpgradeStats + 5.0.4

Returns the proposed item level increment for the item being considered for upgrading.

itemLevelIncrement = C_ItemUpgrade.GetItemLevelIncrement([numUpgradeLevels])

Arguments

numUpgradeLevels
number? = 1

Returns

itemLevelIncrement
number - the number of item levels by which upgrading the current item will increase its item level, 0 if the item cannot be upgraded further or if there is no item being considered for upgrade.

Patch changes

Shadowlands Patch 9.1.0 (2021-06-29): Added.

See also