SetUnitRallyPoint

Parameters
whichUnit unit
targPos location
comment
patch

1.13

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