ShowUnitHide
- Parameters
-
whichUnit unit
Target unit to hide
- comment
Hides unit.
Equivalent to
ShowUnit(whichUnit, false)
- return type
nothing
- Source code
function ShowUnitHide takes unit whichUnit returns nothing call ShowUnit(whichUnit, false) endfunction
- Source
- Blizzard.j
- wc3modding.com
- ShowUnitHide