Switch or Value
Switch or Value¶
A flexible boolean construct that resolves to either a constant true/false value or the runtime value of a Switch. Allows commands and settings to be driven by dynamic switch state or fixed values.
Properties¶
System¶
| Name | Explanation | Type |
|---|---|---|
| Is Global Switch | Whether the value is read from a global switch at runtime. | Toggle |
| Is Local Switch | Whether the value is read from a local switch on the current entity at runtime. | Toggle |
| Is Value | Whether the value is a constant true or false. | Toggle |
| Switch Index | The index of the referenced switch when using global or local switch mode. | Number |
| Value | The constant boolean value when not referencing a switch. | Toggle |