GroupRemoveUnitSimple

Parameters
whichUnit unit
whichGroup group
comment

See GroupRemoveUnit (native). Here only the argument order is swapped for WorldEdit trigger usage.

return type
nothing
Source code
function GroupRemoveUnitSimple takes unit whichUnit, group whichGroup returns nothing
    call GroupRemoveUnit(whichGroup, whichUnit)
endfunction
Source
Blizzard.j
wc3modding.com
GroupRemoveUnitSimple