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
whichItem | item |
1.07
boolean
function IsItemHiddenBJ takes item whichItem returns boolean
return not IsItemVisible(whichItem)
endfunction