Lib.numbers.bool.logic¶
Operators¶
- FlipBool — Toggles (flips) a boolean between true/false every time it is triggered.
- FlipFlop — Holds the "activated" state of a boolean. Also check [DelayTrigger].
- HasBooleanChanged — Returns true if the connected input changed, either from False to True or vice versa. This can be useful to detect the moment of the mouse click or mouse release.
- Not — Creates and/or inverts a single Boolean value
- PickBool — Picks a bool from the connected inputs.
- ToggleBoolean — When triggered toggles from true to false and back.
- Trigger — Returns a boolean that gets reset to false on the next frame.
- WasTrigger — Returns true if one of the trigger variables has been set.
- Xor — Combines two boolean values with a not operation.
Auto-generated from the operator library.