ProtoFlux:DataModelBooleanToggle

From Resonite Wiki
Revision as of 23:49, 20 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Data Model Boolean Toggle to ProtoFlux:DataModelBooleanToggle: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Boolean Latch
Set
Set
Reset
Reset
Toggle
*
Flow


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.

Data Model Boolean Toggle is a Data Model Store with impulses to set, reset and toggle itself. This means you can use a Write to change the value directly if you input the * bool into the Write's Variable field.


Inputs

Set (Call)

Set the state to True.

Reset (Call)

Set the state to False.

Toggle (Call)

Toggle the state to the opposite state.

Outputs

OnSet (Continuation)

Fires when Set is pulsed or Toggle has switched the state to True.

OnReset (Continuation)

Fires when Reset is pulsed or Toggle has switched the state to False.

* (bool)

The current state.