API UnitPowerMax
Talk0
98,452pages on
this wiki
this wiki
Returns the maximum power level of the specified unit. As of 3.0, this function has replaced UnitManaMax as the preferred method of obtaining maximum unit power.
Contents |
Usage
Edit
local maxpower = UnitPowerMax(UnitID , powerType);
Arguments
Edit
Returns
Edit
- maxpower
- Number - the unit's maximum power level
Details
Edit
- If no type is specified, UnitPowerMax returns the current primary type, e.g., energy for a druid in cat form. You can determine the current power type via UnitPowerType. However, values for all power types are available in any form.