ProtoFlux:Dynamic Impulse Trigger: Difference between revisions

From Resonite Wiki
standardize
no sync context
Line 16: Line 16:
|}}
|}}


The '''Dynamic Impulse Trigger''' node sends a [[sync context]] [[dynamic impulse]] to all [[ProtoFlux:Dynamic Impulse Receiver|Dynamic Impulse Receivers]] matching the provided <code>Tag</code> under the <code>TargetHierarchy</code>.
The '''Dynamic Impulse Trigger''' node sends a [[dynamic impulse]] to all [[ProtoFlux:Dynamic Impulse Receiver|Dynamic Impulse Receivers]] matching the provided <code>Tag</code> under the <code>TargetHierarchy</code>.
 
This node can be used in an [[async flow]] node chain as well, though the node chain for the receiver will not be async.


== Inputs ==
== Inputs ==
Line 22: Line 24:
=== * ([[Impulses|Call]]) ===
=== * ([[Impulses|Call]]) ===


Trigger a sync context dynamic impulse with the tag <code>Tag</code> under <code>TargetHierarchy</code>.
Trigger a dynamic impulse with the tag <code>Tag</code> under <code>TargetHierarchy</code>.


=== Tag ([[Type:String|String]]) ===
=== Tag ([[Type:String|String]]) ===
Line 44: Line 46:
=== TriggeredCount ([[Types:Int|Int]]) ===
=== TriggeredCount ([[Types:Int|Int]]) ===


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


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

Revision as of 21:07, 29 January 2025

Dynamic Impulse Trigger
*
Next
Tag
TriggeredCount
TargetHierarchy
ExcludeDisabled
Flow

The Dynamic Impulse Trigger node sends a dynamic impulse to all Dynamic Impulse Receivers matching the provided Tag under the TargetHierarchy.

This node can be used in an async flow node chain as well, though the node chain for the receiver will not be async.

Inputs

* (Call)

Trigger a dynamic impulse with the tag Tag 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.

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 context.

See Also