ProtoFlux:Async Dynamic Impulse Receiver: Difference between revisions

From Resonite Wiki
Create ASync Dynamic Impulse Reciever ProtoFlux Node Page
 
m capitalization
 
(9 intermediate revisions by 2 users not shown)
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=
[
[
{"Name":"OnTriggered", "Type":"ASyncCall"}
{"Name":"OnTriggered", "Type":"AsyncCall"}
]
]
|Globals=
|Globals=
Line 12: Line 12:
|}}
|}}


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


=== 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 received a dynamic 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 to listen for impulses on.
 
== See Also ==
 
* [[ProtoFlux:Dynamic Impulse Receiver]] for the sync analogue.


[[Category:ProtoFlux:Flow]]
[[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