>
usage
>
using veadotube
>
nodes
>
Boolean
utilities for nodes that output true or false values.
outputs true only if all the inputs are true.
gives you a button to press and outputs its current state as a boolean.
stores a true or false value that can be changed through inputs.
outputs true if the input is false, and vice-versa.
outputs true the instant that the boolean input changes from true to false and vice-versa.
differently from the other change detection node, this one is specialized in booleans; for example, you can configure it so that it only outputs when turning from false to true, and not the other way around.
outputs true as long as any of the inputs is true.
outputs a user-defined constant boolean value.