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

From Resonite Wiki
mNo edit summary
Line 23: Line 23:
=== Value (Generic) ===
=== Value (Generic) ===


Contains the value sent with the dynamic impulse. 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 ==

Revision as of 20:48, 12 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 recieved 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.