SetUnitFlyHeightBJ

Parameters
whichUnit unit
newHeight real
rate real
comment
patch

1.00

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