GroupAddUnitSimple
- Parameters
whichUnit unitwhichGroup group- comment
See
GroupAddUnit(native). Here only the argument order is swapped for WorldEdit trigger usage.- patch
1.00
- Source
- Blizzard.j (raise an issue to discuss on Github or submit a PR)
- return type
nothing- Source code
function GroupAddUnitSimple takes unit whichUnit, group whichGroup returns nothing call GroupAddUnit(whichGroup, whichUnit) endfunction