WoW:API UnitManaMax: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(upgraded deprecated template)
mNo edit summary
Line 1: Line 1:
{{wowapi}}
{{wowapi}}
<center>'''UnitManaMax''' ''-Documentation by [[User:DerGhulbus|DerGhulbus]]-''</center>


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

Revision as of 16:31, 4 December 2007

WoW API < UnitManaMax

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