Skip to main content
Version: 8.1

system.tag.isOverlaysEnabled

This function is used in Python Scripting.

Description​

Returns whether or not the current client's quality overlay system is currently enabled.

Client Permission Restrictions​

This scripting function has no Client Permission restrictions.

Syntax​

system.tag.isOverlaysEnabled()

Parameters​

Nothing

Returns​

Boolean - True if overlays are currently enabled.

Scope​

Vision Client

Code Examples​

Example #1
# This code will return whether or not overlays are currently enabled.
print system.tag.isOverlaysEnabled()

Keywords​

system tag isOverlaysEnabled, tag.isOverlaysEnabled