ProtoFlux:DynamicImpulseTriggerWithData: Difference between revisions

From Resonite Wiki
standardize
m YoshBot moved page ProtoFlux:Dynamic Impulse Trigger With Data to ProtoFlux:DynamicImpulseTriggerWithData: Automated: removing spaces from ProtoFlux namespace
 
(One intermediate revision by one other user not shown)
Line 17: Line 17:
|}}
|}}


The '''Dynamic Impulse Trigger With Data''' node sends a [[sync context]] [[dynamic impulse]] to all [[ProtoFlux:Dynamic Impulse Receiver With Data|Dynamic Impulse Receiver With Data]] nodes with a matching type and tag under the provided <code>TargetHierarchy</code>.
The '''Dynamic Impulse Trigger With Data''' node sends a [[dynamic impulse]] to all [[ProtoFlux:Dynamic Impulse Receiver With Data|Dynamic Impulse Receiver With Data]] nodes with a matching type and tag under the provided <code>TargetHierarchy</code>.


== Inputs ==
== Inputs ==
Line 49: Line 49:
=== TriggeredCount ([[Types:Int|Int]])===
=== TriggeredCount ([[Types:Int|Int]])===


Number of receivers that were triggered. Only exists for the current ProtoFlux context.
Number of receivers that were triggered. Only exists for the current ProtoFlux [[context]].


== See Also ==
== See Also ==

Latest revision as of 23:50, 20 August 2025

Dynamic Impulse Trigger With Data
*
Next
Tag
TriggeredCount
TargetHierarchy
ExcludeDisabled
Value
Flow

The Dynamic Impulse Trigger With Data node sends a dynamic impulse to all Dynamic Impulse Receiver With Data nodes with a matching type and tag under the provided TargetHierarchy.

Inputs

* (Call)

Trigger a sync context dynamic impulse with the tag Tag and data Value under TargetHierarchy.

Tag (String)

The tag of the dynamic impulse.

TargetHierarchy (Slot)

The slot under which to search for dynamic impulse receivers.

ExcludeDisabled (bool)

If True, the dynamic impulse will not search for receivers under disabled slots.

Value (Generic)

The data to send with the dynamic impulse. Receivers must have a matching type as this value.

Outputs

Next (Continuation)

Triggered once the context of every receiver is completed.

TriggeredCount (Int)

Number of receivers that were triggered. Only exists for the current ProtoFlux context.

See Also