Boolean To String
This node takes a boolean input and converts it into the strings true or false.
| Data | Description |
|---|
| Selector | This is the boolean value that will select which string to output. |
| String for true | The string to output if the selector is true. |
| String for false | The string to output if the selecor is false. |
Outputs
| Data | Description |
|---|
| Current Value | The selected string, i.e. either String for true or String for false depending on the Selector. |
| Signal | Description |
|---|
| Selector Changed | This signal is sent when the Selector changes value. |