flow
(flow): The incoming flow signal that triggers the state change.on
(flow): Emits a flow signal when the node switches to the “on” state.off
(flow): Emits a flow signal when the node switches to the “off” state.isOn
(boolean): Outputs the current state of the node. true
when in the “on” state, false
when in the “off” state.flow
input. This could come from a button press, a trigger node, or any other node that emits a flow signal.on
and off
outputs to the nodes you want to trigger alternately with each incoming flow signal.isOn
output to a node that needs to know the current state, like a Boolean Filter or a Condition node.pressed
output to the Flip Flop node’s flow
input.on
output to a Turn On Light node.off
output to a Turn Off Light node.flow
input. The Flip Flop node won’t change state without an incoming signal.isOn
to true
at the start of your spell.