WoW:API UnitManaMax

From AddOn Studio
Revision as of 20:21, 21 June 2005 by WoWWiki>DerGhulbus
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
UnitManaMax -Documentation by DerGhulbus-

Returns the maximum amount of mana that the specified unit can have.


Usage
local maxmana = UnitManaMax("unit");

Arguments
unit
String - The UnitId of the unit whose MP should be returned

Returns
maxmana
Number - the unit's maximal mana points

Template:WoW API