GetUnitManaPercent
- Parameters
whichUnit unit- comment
- patch
1.07
- Source
- Blizzard.j (raise an issue to discuss on Github or submit a PR)
- return type
real- Source code
function GetUnitManaPercent takes unit whichUnit returns real return GetUnitStatePercent(whichUnit, UNIT_STATE_MANA, UNIT_STATE_MAX_MANA) endfunction