GetUnitManaPercent
- Parameters
whichUnit unit
- comment
- patch
1.07
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
real
- Source code
function GetUnitManaPercent takes unit whichUnit returns real return GetUnitStatePercent(whichUnit, UNIT_STATE_MANA, UNIT_STATE_MAX_MANA) endfunction