-
Notifications
You must be signed in to change notification settings - Fork 2
Devices: Trigger
Mathieu Lomax edited this page Aug 8, 2019
·
1 revision
Triggers other devices
I/O | Num | Type | Name |
---|---|---|---|
In | 0 | bool | Trigger |
In | 1 | bool | Reset |
Out | 0 | bool |
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 |
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
.