SelectUnitRemove
- Parameters
-
whichUnit unit
- return type
nothing
- Source code
function SelectUnitRemove takes unit whichUnit returns nothing call SelectUnit(whichUnit, false) endfunction
- Source
- Blizzard.j
- wc3modding.com
- SelectUnitRemove
whichUnit | unit |
nothing
function SelectUnitRemove takes unit whichUnit returns nothing
call SelectUnit(whichUnit, false)
endfunction