ProtoFlux:DynamicImpulseReceiverWithData: Difference between revisions

From Resonite Wiki
no synchronous context
m YoshBot moved page ProtoFlux:Dynamic Impulse Receiver With Data to ProtoFlux:DynamicImpulseReceiverWithData: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 23:50, 20 August 2025

Dynamic Impulse Receiver With Data
OnTriggered
Value
Tag
null
Flow

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

Outputs

OnTriggered (Call)

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