SetUnitRallyDestructable
- Parameters
whichUnit unittargDest destructable- comment
- patch
1.13
- Source
- Blizzard.j (raise an issue to discuss on Github or submit a PR)
- return type
nothing- Source code
function SetUnitRallyDestructable takes unit whichUnit, destructable targDest returns nothing call IssueTargetOrder(whichUnit, "setrally", targDest) endfunction