Made the feature of using a write with data model boolean toggle node into an information note to be more clear about this feature. |
m YoshBot moved page ProtoFlux:Data Model Boolean Toggle to ProtoFlux:DataModelBooleanToggle: Automated: removing spaces from ProtoFlux namespace |
||
(One intermediate revision by one other user not shown) | |||
Line 36: | Line 36: | ||
=== OnSet ([[Impulses|Continuation]]) === | === OnSet ([[Impulses|Continuation]]) === | ||
Fires when Set is pulsed. | Fires when Set is pulsed or Toggle has switched the state to True. | ||
=== OnReset ([[Impulses|Continuation]]) === | === OnReset ([[Impulses|Continuation]]) === | ||
Fires when | Fires when Reset is pulsed or Toggle has switched the state to False. | ||
=== * ([[Types:Bool|bool]]) === | === * ([[Types:Bool|bool]]) === |
Latest revision as of 23:49, 20 August 2025
Boolean Latch
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.
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.