IsItemHiddenBJ

Parameters
whichItem item
return type
boolean
Source code
function IsItemHiddenBJ takes item whichItem returns boolean
    return not IsItemVisible(whichItem)
endfunction
Source
Blizzard.j
wc3modding.com
IsItemHiddenBJ