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