>
usage
>
using veadotube
>
nodes
>
State
nodes for manipulating strings for states and state events.
emits state events based on a boolean input.
as with nodes that output state events, you need a storage to process these events and output a state.
emits state events based on a list of states and their respective input signals.
veadotube mini uses this node behind the scenes to control states!
as with nodes that output state events, you need a storage to process these events and output a state.
combines multiple string inputs and outputs the rightmost active one.
awfully similar to Fallback but in the reverse direction. we might get rid of this one honestly.
stores a stack of strings representing a current state.
it combines one or more state events nodes, and stacks them as needed. you can also configure it so as not to stack, and only keep one state at all times.