SetUnitRallyPoint

Parameters
whichUnit unit
targPos location
return type
nothing
Source code
function SetUnitRallyPoint takes unit whichUnit, location targPos returns nothing
    call IssuePointOrderLocBJ(whichUnit, "setrally", targPos)
endfunction
Source
Blizzard.j
wc3modding.com
SetUnitRallyPoint