Fix for async link |
cleanup, replace the "complicated" part with just dynimp link |
||
Line 1: | Line 1: | ||
{{#Invoke:ProtoFlux|GenerateUI | {{#Invoke:ProtoFlux|GenerateUI | ||
|Name= | |Name=Async Dynamic Impulse Receiver | ||
|Category=Async | |Category=Async | ||
|Outputs= | |Outputs= | ||
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. | |||
== Outputs == | == Outputs == | ||
=== OnTriggered ([[Impulses|ASyncCall]]) === | === OnTriggered ([[Impulses|ASyncCall]]) === | ||
Sends an impulse when the node has recieved an impulse with the | |||
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 | 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
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.