ProtoFlux:Data Model Boolean Toggle: Difference between revisions

From Resonite Wiki
missing the node UI due to usage of flow triangles
 
m add to categories
Line 22: Line 22:
=== * ([[Types:Bool|bool]]) ===
=== * ([[Types:Bool|bool]]) ===
The current state.
The current state.
[[Category:ProtoFlux:Math:Constants]]
[[Category:ProtoFlux:Variables]]

Revision as of 05:34, 14 January 2024

The Data Model Boolean Toggle or Boolean Latch is a node that can be pulsed to toggle a Data Model Boolean between true and false.

Inputs

Set (ISyncOperation)

Set the state to True.

Reset (ISyncOperation)

Set the state to False.

Toggle (ISyncOperation)

Toggle the state to the opposite state.

Outputs

OnSet (Continuation)

Fires when Set is pulsed.

OnReset (Continuation)

Fires when False is pulsed.

* (bool)

The current state.