Devices: Trigger - MatLomax/WireMod GitHub Wiki
Trigger

Triggers other devices
| I/O | Num | Type | Name |
|---|---|---|---|
| In | 0 | bool | Trigger |
| In | 1 | bool | Reset |
| Out | 0 | bool |
Settings
TriggerType
| Value | Description |
|---|---|
| All | Triggers all connected devices |
| Sequential | Triggers one connected device following the order in which they were connected |
| Random | Triggers one connected device at random |
Notes
This device output True for a single frame if the Trigger input is True and the device has been reset by setting the Reset input to True since the previous triggering.
Additionally, certain devices (e.g. Spawner) with a Trigger input are triggered according to the TriggerType setting.
If the Reset pin is left disconnected, the device will reset every time the Trigger input is switched back to False.