IsItemHiddenBJ

Parameters
whichItem item
comment
patch

1.07

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