ProtoFlux:Async Dynamic Impulse Receiver: Difference between revisions

From Resonite Wiki
Fix for async link
cleanup, replace the "complicated" part with just dynimp link
Line 1: Line 1:
{{#Invoke:ProtoFlux|GenerateUI
{{#Invoke:ProtoFlux|GenerateUI
|Name=ASync Dynamic Impulse Reciever
|Name=Async Dynamic Impulse Receiver
|Category=Async
|Category=Async
|Outputs=
|Outputs=
Line 12: Line 12:
|}}
|}}


Since Dynamic Impulses can be a complex topic, the usage of this node is part of the [[Dynamic Impulses#ASync|Dynamic Impulses Page]].
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.


== Outputs ==
== Outputs ==


=== OnTriggered ([[Impulses|ASyncCall]]) ===  
=== OnTriggered ([[Impulses|ASyncCall]]) ===
Sends an impulse when the node has recieved an impulse with the tag in Tag ([[Type:String|String]]).
 
Sends an [[impulse]] when the node has recieved an impulse with the specified <code>Tag</code>.


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


The tag for which to listen for Impulses on.
The tag for which to listen for impulse on.


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

Revision as of 16:38, 12 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 ProtoFlux context. Its trigger analogue is the Async Dynamic Impulse Trigger node.

Outputs

OnTriggered (ASyncCall)

Sends an impulse when the node has recieved an impulse with the specified Tag.

Globals

Tag (String)

The tag for which to listen for impulse on.