Logic Relay

An actor that forwards outputs to other actors. Use this to fire many outputs from a single output, or to break an I/O chain. It can also be very helpful for organization.

Events
Description
Named Arguments

OnTrigger

Event when the relay is triggered.

-

Functions
Description
Parameters

Trigger

Trigger the relay, causing the 'OnTrigger' event to fire if enabled.

-

Enable

Allow the relay to fire the 'OnTrigger' event.

-

Disable

Prevent the relay from firing the 'OnTrigger' event.

-

Last updated