Constant for
GetVisibility/
SetVisibility. The object is visible for all. This is the default value 0 and kann logically not be combined with other VIS_x 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.