SelectUnitSingle

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