GetUnitManaPercent
- Parameters
-
whichUnit unit
- comment
- patch
1.07
- Source
- Blizzard.j
- return type
real
- Source code
function GetUnitManaPercent takes unit whichUnit returns real return GetUnitStatePercent(whichUnit, UNIT_STATE_MANA, UNIT_STATE_MAX_MANA) endfunction