Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.19 KB

receive-event.md

File metadata and controls

34 lines (21 loc) · 1.19 KB

RECEIVE EVENT

This node is used to receive events triggered by an Send Event node. To learn more about Events check out the Events guide.

INPUTS

Enabled
This port is used to disable/enable this node. If disabled the receiver node will not be activated when the corresponding Send Event node is triggered.

Channel
Each Receive Event node must listen to a specific channel. This means that when a Send Event node of that channel is triggered all Receive Event nodes with the same channel will be triggered as well (depending on the propagation, please review the Events guide for more details).

OUTPUTS

The Receive Event node will automatically get outputs from all Send Event nodes connected to the same channel. See the Send Event documentation for more details on adding ports for sending values with events.

Received
This is a signal port, it is triggered when a signal is triggered in any Send Event node with the same channel as this Receive Event node.