Skip to main content

Boolean To String

This node takes a boolean input and converts it into the strings true or false.

Inputs

DataDescription
SelectorThis is the boolean value that will select which string to output.
String for trueThe string to output if the selector is true.
String for falseThe string to output if the selecor is false.

Outputs

DataDescription
Current ValueThe selected string, i.e. either String for true or String for false depending on the Selector.
SignalDescription
Selector ChangedThis signal is sent when the Selector changes value.