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