SetUnitRallyPoint
- Parameters
whichUnit unit
targPos location
- comment
- patch
1.13
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
nothing
- Source code
function SetUnitRallyPoint takes unit whichUnit, location targPos returns nothing call IssuePointOrderLocBJ(whichUnit, "setrally", targPos) endfunction