Files
noodl-docs/nodes/data/boolean
2023-09-22 12:35:24 +02:00
..
2023-09-22 12:35:24 +02:00

hide_title, hide_table_of_contents, title
hide_title hide_table_of_contents title
true true Boolean

<##head##>

Boolean

This node holds a boolean (true/false) value. You can use it to quickly store a boolean using the Set input. It can also be used to hold a static value in logical operations.

You can connect the Boolean node to a Component Inputs node. This will make the input shows up as a boolean (checkbox) in the Property Panel for instances of this component.

<##head##>

Inputs

Data Description
Value The value to store in the node. The output value will equal this value, unless Set is connected, then it will be updated when Set receives a signal.
Signal Description
Set This is used to only update the output when Save Value is set to true. This will allow you to freeze the stored value and only allow it to update under certain conditions, e.g. on a Tap.

Outputs

Data Description
Value The boolean stored in the node
Signal Description
Stored This port sends a signal when the value is stored via the Set input signal.