SetUnitFlyHeightBJ

Parameters
whichUnit unit
newHeight real
rate real
return type
nothing
Source code
function SetUnitFlyHeightBJ takes unit whichUnit, real newHeight, real rate returns nothing
    call SetUnitFlyHeight(whichUnit, newHeight, rate)
endfunction
Source
Blizzard.j
wc3modding.com
SetUnitFlyHeightBJ