Toggle
Last updated
Last updated
The Toggle Node holds an internal Boolean Value, which is toggled between true and false, every time the Node is triggered.
A Node which holds data internally (not held in a Variable), is also referred to as having a State.
Attribute | Type | Description |
---|---|---|
| Bool | The default Value of the Node, before it is executed. |
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
Output | Type | Description |
---|---|---|
Pulse Output (►) | Pulse | A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution. |
| Bool | Whether or not the State of the Node is currently set to true. |