Unit Reference Gate - RealityStop/Bolt.Addons.Community GitHub Wiki
Gate

The Gate node is a convenience node that assists in filtering control flow input. The Gate maintains an internal state tracking whether the node is open or closed and allows Control Flow inputs on the "enter" port only if the node is in the "open" state.
Input Ports
- Enter : The only control flow that can transition through the node, and it will only do so if the node has been toggled to the open state.
- Open : Opens the node on input. Does not trigger an Exit flow.
- Close : Closes the node on input. Does not trigger an Exit flow.
- Toggle : Toggles the node state on input. Does not trigger an Exit flow.
- Initially Open : Determines what the initial state of the unit should be, before any of the state inputs updates the state.
Output Ports
- Exit : Only triggers on an Enter control flow when the unit is opened.