SetItemVisibleBJ
- Parameters
-
show boolean
whichItem item
- return type
nothing
- Source code
function SetItemVisibleBJ takes boolean show, item whichItem returns nothing call SetItemVisible(whichItem, show) endfunction
- Source
- Blizzard.j
- wc3modding.com
- SetItemVisibleBJ