WoW:API UnitManaMax: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(upgraded deprecated template)
m (Move page script moved page API UnitManaMax to API UnitManaMax without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{stub/API}}
{{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. As of 3.0, this function has been replaced by [[API UnitPowerMax|UnitPowerMax]] as the preferred method of obtaining maximum unit power.{{fact|Patch 3.0.n?}}


----
----

Latest revision as of 04:47, 15 August 2023

WoW API < UnitManaMax

Returns the maximum amount of mana that the specified unit can have. As of 3.0, this function has been replaced by UnitPowerMax as the preferred method of obtaining maximum unit power.[citation needed]


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