v2.0
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.
DeactivateAbove( Operator, Mute ); |
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) |