![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Returns the number of item effects affected by upgrading the current item.
numItemUpgradeEffects = C_ItemUpgrade.GetNumItemUpgradeEffects()
Returns
- numItemUpgradeEffects
- number - number of item effects that will be altere by upgrading the item.
Details
- The function returns information about the item currently being considered for an upgrade (e.g. using SetItemUpgradeFromCursorItem).
- Item effects are non-stat bonuses on the item, like custom Equip: bonuses (procs) and Use: abilities.
Patch changes
Patch 9.1.0 (2021-06-29): Added.
