Skip to main content
Version: 7.9

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​

TypeParameterDescription
booleanenabledTrue (1) to turn on tag overlays, false (0) to turn them off.

Returns​

Nothing

Scope​

Client