GroupRemoveUnitSimple
- Parameters
whichUnit unitwhichGroup group- comment
See
GroupRemoveUnit(native). Here only the argument order is swapped for WorldEdit trigger usage.- patch
1.00
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
nothing- Source code
function GroupRemoveUnitSimple takes unit whichUnit, group whichGroup returns nothing call GroupRemoveUnit(whichGroup, whichUnit) endfunction