SetUnitFlyHeightBJ
- Parameters
whichUnit unitnewHeight realrate real- comment
- patch
1.00
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
nothing- Source code
function SetUnitFlyHeightBJ takes unit whichUnit, real newHeight, real rate returns nothing call SetUnitFlyHeight(whichUnit, newHeight, rate) endfunction