-
Notifications
You must be signed in to change notification settings - Fork 37
Unit Reference TriggerChannelEvent
S2NX7 edited this page Sep 30, 2025
·
2 revisions
The TriggerChannelEvent unit broadcasts an event on a specified channel. Any OnChannelEvent nodes listening to the same channel will be triggered when this unit executes.
Input Ports
-
InputTrigger : Executes this node and sends an event to all
OnChannelEventnodes on the specified channel. - channel : The channel to broadcast the event on.
Output Ports
- OutputTrigger : Executed after the channel event has been triggered.