ProtoFlux:Async Dynamic Impulse Receiver: Difference between revisions

From Resonite Wiki
no async context
Added link.
 
Line 12: Line 12:
|}}
|}}


The '''Async Dynamic Impulse Receiver''' node is the recipient of a [[dynamic impulse]] within [[async flow]]. Its trigger analogue is the [[ProtoFlux:Async Dynamic Impulse Trigger|Async Dynamic Impulse Trigger]] node.
The '''Async Dynamic Impulse Receiver''' node is the recipient of a [[dynamic impulse]] within [[async flow]] using a [[Tag]]. Its trigger analogue is the [[ProtoFlux:Async Dynamic Impulse Trigger|Async Dynamic Impulse Trigger]] node.


== Outputs ==
== Outputs ==

Latest revision as of 21:23, 20 March 2025

Async Dynamic Impulse Receiver
OnTriggered
Tag
null
Async

The Async Dynamic Impulse Receiver node is the recipient of a dynamic impulse within async flow using a Tag. Its trigger analogue is the Async Dynamic Impulse Trigger node.

Outputs

OnTriggered (ASyncCall)

Sends an async impulse when the node has received a dynamic impulse with the specified Tag.

Globals

Tag (String)

The tag to listen for impulses on.

See Also