Skip to main content

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

DataDescription
Signal In (boolean)The boolean to watch.

Outputs

SignalDescription
Signal OutPulsed when the input changes from false to true.