Boolean To Signal
Sends a signal when a boolean becomes true.
A bridge between the two kinds of connection in XGENIA. Booleans are state that can be read at any time; signals are moments. This node turns the moment a condition becomes true into a pulse something can act on.
It fires on the transition, not continuously while the input is true.
Inputs
| Data | Description |
|---|---|
| Signal In (boolean) | The boolean to watch. |
Outputs
| Signal | Description |
|---|---|
| Signal Out | Pulsed when the input changes from false to true. |