system.tag.setOverlaysEnabled
This function is used in Python Scripting.
Description
Enables or disables the component quality overlay system.
Client Permission Restrictions
This scripting function has no Client Permission restrictions.
Syntax
system.tag.setOverlaysEnabled(enabled)
Parameters
Type | Parameter | Description |
---|---|---|
boolean | enabled | True (1) to turn on tag overlays, false (0) to turn them off. |
Returns
Nothing
Scope
Client