SetUnitRallyDestructable

Parameters
whichUnit unit
targDest destructable
return type
nothing
Source code
function SetUnitRallyDestructable takes unit whichUnit, destructable targDest returns nothing
    call IssueTargetOrder(whichUnit, "setrally", targDest)
endfunction
Source
Blizzard.j
wc3modding.com
SetUnitRallyDestructable