TriggerSendNamed Op
Allows triggers to be sent to a TriggerReceive op with the same variable name
Summary (oneliner)
This op is designed to work with the Ops.Trigger.TriggerReceive op
You must assign the TriggerSend op a variable name and make sure that the other TriggerReceive op has the same variable name.
This makes it possible to send triggers over large patches and into subpatches which allows for much more cleaner workflow.
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
Trigger (Trigger)
Trigger in - gets sent to the matching TriggerReceive
Named Trigger (String)
Variable name assigned to the op - must match the TriggerReceive
Patches using TriggerSendNamed
Changelog
created op 2019-04-12 - pandur | |
cloned op from Ops.Trigger.TriggerSend 2021-03-17 - stephan | |
Ops.User.stephan.TriggerSendNamed renamed to Ops.Trigger.TriggerSendNamed 2021-07-02 - stephan |