Returns the power level of the specified unit.
power = UnitPower("unit" , powerType);
Arguments
Edit
- UnitId
- String - The UnitID of the unit whose power should be returned
- powerType
- Number (optional) - The power type of the unit whose power should be returned
Returns
Edit
- power
- Number - the unit's current power level.
Type
Edit
If Type is omitted or nil, UnitPower returns the current primary type, e.g., energy for a druid in cat form. You can determine the current power type via UnitPowerType. Values for all power types are available in any form.
Also See
Edit
Community content is available under CC-BY-SA
unless otherwise noted.