Skip to main content

Boolean Data

The Boolean Data node provides a static true or false value to your flow. You configure which value it outputs in the node's settings. Use this for constant boolean flags, such as always keeping a gate open or providing a default enabled/disabled state.

Outputs

NameTypeDescription
ValuebooleanThe configured boolean value (true or false)

Configuration

  • Value: Set to True or False.

Example

During a special event, you want a Gate node to always be open so that all cheers trigger a bonus effect. Connect a Boolean Data node set to true to the Gate's control input. When the event is over, you can change the Boolean Data node to false to close the gate without rewiring anything.