Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
No edit summary
 
No edit summary
Line 17: Line 17:
   
 
:;maxmana : Number - the unit's maximal mana points
 
:;maxmana : Number - the unit's maximal mana points
  +
   
 
----
 
----
{{Template:WoW API}}
+
{{WoW API}}
[[Category:API Unit Functions|UnitMana]]
 

Revision as of 05:35, 4 January 2006

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