# Logic Relay

<div align="left"><figure><img src="https://1586816513-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJUOUKxX4X7uzzyzY7fQb%2Fuploads%2F9A9TgKHRom6AH7B6LBg2%2FLogicRelay_64.png?alt=media&#x26;token=a696c3d7-8101-4ce8-80c1-48fe5c96481f" alt=""><figcaption></figcaption></figure></div>

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.                 | -          |
