Logic Relay
Last updated
Last updated
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.
OnTrigger
Event when the relay is triggered.
-
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.
-