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