DeactivateAbove

Introduced

v2.0

Description

Disables evaluation of all operators from the given operator up. Then all operators above and including will act as muted and any new operator added will be added just below the deactivation point.

Scripting Syntax

DeactivateAbove( Operator, Mute );

Parameters

Parameter Type Description
Operator String Specifies the operator which we want to deactivate above
Mute Boolean Do we want to deactivate (True) or activate (False)