Constant for
GetVisibility/
SetVisibility. The object is only visible when used as overlay on other objects using SetGraphics. Can't be combined with other VIS_* values.
This value is also defined as a constant. Thus the parameter brackets can be omitted.
var obj;
while (obj=FindObject(0,0,0,0,0,0,0,0,0,obj)) SetVisibility(VIS_All(), obj);
Makes all objects visible.