Skip to content

Unit Reference TriggerChannelEvent

S2NX7 edited this page Sep 30, 2025 · 2 revisions

TriggerChannelEvent

Screenshot 2025-09-30 141615

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 OnChannelEvent nodes on the specified channel.
  • channel : The channel to broadcast the event on.

Output Ports

  • OutputTrigger : Executed after the channel event has been triggered.

Clone this wiki locally