Switch
Allows for multi-way branching based on the value of an expression

Preview
Parameters
Inputrequired
Text
Enter the value for the left hand side of the comparison, this input supports full variable parsing and inline functions
Auto Type
Toggle
default:
false
By default, values which have not already been typed are treated as text, or string
variables.
Enable Auto Type
to automatically determine the type for the variable value.
For example:
0
can be auto-typed to a numeric type such asint
orlong
true
orfalse
can be auto-typed to abool