ProtoFlux:Async Dynamic Impulse Receiver With Data: Difference between revisions

From Resonite Wiki
m grammar
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#Invoke:ProtoFlux|GenerateUI
{{#Invoke:ProtoFlux|GenerateUI
|Name=Async Dynamic Impulse Receiver With Value
|Name=Async Dynamic Impulse Receiver With Data
|Category=Async
|Category=Async
|Outputs=
|Outputs=
Line 13: Line 13:
|}}
|}}


The '''Async Dynamic Impulse Receiver With Value''' node is the recipient of a [[Dynamic Impulse]] with an associated [[value type]] for an async ProtoFlux [[context]]. Its trigger analogue is the [[Async Dynamic Impulse Trigger With Value]] node.
The '''Async Dynamic Impulse Receiver With Data''' node is the recipient of a [[dynamic impulse]] with an associated [[Value Type|value]] or [[Type:Object|object]] for an [[async context]]. Its trigger analogue is the [[ProtoFlux:Async Dynamic Impulse Trigger With Data|Async Dynamic Impulse Trigger With Data]] node.


== Outputs ==
== Outputs ==
Line 19: Line 19:
=== OnTriggered ([[Impulses|AsyncCall]]) ===
=== OnTriggered ([[Impulses|AsyncCall]]) ===


Sends an impulse when the node has recieved a dynamic impulse with the specified <code>Tag</code> that has data of the same type as <code>Value</code>.
Sends an impulse when the node has received a dynamic impulse with the specified <code>Tag</code> that has data of the same type as <code>Value</code>.


=== Value (Generic) ===
=== Value (Generic) ===


Contains the value sent with the dynamic impulse. Must be a ProtoFlux [[value type]]. Only available during the [[context]] of the <code>OnTriggered</code> impulse.
Contains the data sent with the dynamic impulse. Only available during the [[context]] of the <code>OnTriggered</code> impulse.


== Globals ==
== Globals ==
Line 30: Line 30:


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


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

Latest revision as of 21:30, 13 December 2024

Async Dynamic Impulse Receiver With Data
OnTriggered
Value
Tag
null
Async

The Async Dynamic Impulse Receiver With Data node is the recipient of a dynamic impulse with an associated value or object for an async context. Its trigger analogue is the Async Dynamic Impulse Trigger With Data node.

Outputs

OnTriggered (AsyncCall)

Sends an impulse when the node has received a dynamic impulse with the specified Tag that has data of the same type as Value.

Value (Generic)

Contains the data sent with the dynamic impulse. Only available during the context of the OnTriggered impulse.

Globals

Tag (String)

The tag to listen for impulses on.

See Also