Toggle Node

The Toggle node is a Logic node works like a switch.

When the input of the node becomes true, the output changes state (from true to false, or vice-versa).

Toggles can be used if you want to alternate between different states or conditions, or if you'd like to record a previous action without using variables.

This node is used in all modules.

Inputs

Toggle (Input #1) is a true or false value. The state of the toggle changes whenever this value moves from false to true.

Outputs

Output #1 is begins as false and will change to true once Input 1 gets a true signal. It will change back to false the next time Input 1 gets a true signal.

Notes

It's important to note that only changing from false to true will cause the toggle to change state. If the input remains 'true', it will not flicker on and off.

You can turn steady signals into pulses using the Edge node.