A list of all Actions, Conditions and Expressions supported in this addon.
SwitchCase
-
Actions
Break
Used to bypass remaining case statements.
-
Conditions
Switch {0}
Variable to be evaluated.
Case {0}
Value to be evaluated against the switch variable.
Case range {0} to {1}
Range of values to be evaluated against the switch variable, inclusive.
Case contains {0}
String to search for in switch variable.
Default
Default case, if everything else fails.
Case list {{0}}
List of values to compare to switch variable.
Case compare switch var {0} {1}
Value to be evaluated against the switch variable, using a comparison operator.