SetUnitManaPercentBJ

Parameters
whichUnit unit
percent real
return type
nothing
Source code
function SetUnitManaPercentBJ takes unit whichUnit, real percent returns nothing
    call SetUnitState(whichUnit, UNIT_STATE_MANA, GetUnitState(whichUnit, UNIT_STATE_MAX_MANA) * RMaxBJ(0,percent) * 0.01)
endfunction
Source
Blizzard.j
wc3modding.com
SetUnitManaPercentBJ