FireOn
Controls when a bound action fires relative to the condition decision.
TRUE — fires when decision.value is True (or the matched label for equals) FALSE — fires when decision.value is False ANY — fires on every evaluation, regardless of decision value
Wire values are lowercase strings: 'true', 'false', 'any'.
These are NOT Python booleans — do not compare with is True / is False.
Controls when a bound action fires relative to the condition decision.
TRUE — fires when decision.value is True (or the matched label for equals) FALSE — fires when decision.value is False ANY — fires on every evaluation, regardless of decision value
Wire values are lowercase strings: 'true', 'false', 'any'.
These are NOT Python booleans — do not compare with is True / is False.
Possible values: [true, false, any]
"true"