ProtoFlux:Async Dynamic Impulse Receiver: Difference between revisions

From Resonite Wiki
cleanup, replace the "complicated" part with just dynimp link
m capitalization
 
(5 intermediate revisions by the same user not shown)
Line 12: Line 12:
|}}
|}}


The '''Async Dynamic Impulse Receiver''' node is the recipient of a [[Dynamic Impulse]] within an async ProtoFlux [[context]]. 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 an [[async context]]. Its trigger analogue is the [[ProtoFlux:Async Dynamic Impulse Trigger|Async Dynamic Impulse Trigger]] node.


== Outputs ==
== Outputs ==
Line 18: Line 18:
=== OnTriggered ([[Impulses|ASyncCall]]) ===
=== OnTriggered ([[Impulses|ASyncCall]]) ===


Sends an [[impulse]] when the node has recieved an impulse with the specified <code>Tag</code>.
Sends an [[impulse]] when the node has received a dynamic impulse with the specified <code>Tag</code>.


== Globals ==
== Globals ==
Line 24: Line 24:
=== Tag ([[Type:String|String]]) ===
=== Tag ([[Type:String|String]]) ===


The tag for which to listen for impulse on.
The tag to listen for impulses on.
 
== See Also ==
 
* [[ProtoFlux:Dynamic Impulse Receiver]] for the sync analogue.


[[Category:ProtoFlux:Flow:Async]]
[[Category:ProtoFlux:Flow:Async]]

Latest revision as of 21:11, 13 December 2024

Async Dynamic Impulse Receiver
OnTriggered
Tag
null
Async

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

Outputs

OnTriggered (ASyncCall)

Sends an 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