Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 627 Bytes

boolean-to-string.md

File metadata and controls

26 lines (16 loc) · 627 Bytes

BOOLEAN TO STRING

This node takes a boolean input and outputs one of two strings. One string for a true input and one for a false input.

INPUTS

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

Current Value
The selected string.

Selector Changed
A signal that is sent out when the input and string have changed.