examples can go on dynamic impulses page |
standardize |
||
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>. | |||
== Inputs == | == Inputs == | ||
=== * ([[Impulses|Call]]) === | === * ([[Impulses|Call]]) === | ||
Trigger | Trigger a sync context dynamic impulse with the tag <code>Tag</code> under <code>TargetHierarchy</code>. | ||
=== Tag ([[Type:String|String]]) === | === Tag ([[Type:String|String]]) === | ||
The tag of the | The tag of the dynamic impulse. | ||
=== TargetHierarchy ([[Slot|Slot]]) === | === TargetHierarchy ([[Slot|Slot]]) === | ||
The | The slot under which to search for dynamic impulse receivers. | ||
=== ExcludeDisabled ([[Type:Bool|bool]]) === | === ExcludeDisabled ([[Type:Bool|bool]]) === | ||
If <code>True</code>, the dynamic impulse will not search for receivers under disabled slots. | |||
== Outputs == | == Outputs == | ||
Line 40: | Line 40: | ||
=== Next ([[Impulses|Continuation]]) === | === Next ([[Impulses|Continuation]]) === | ||
Triggered once the [[context]] of every receiver is completed. | |||
=== TriggeredCount ([[Types:Int|Int]])=== | === TriggeredCount ([[Types:Int|Int]]) === | ||
Number of | Number of receivers that were triggered. Only exists for the current context. | ||
== See Also == | |||
* [[ProtoFlux:Dynamic Impulse Trigger With Data]] to send data with the impulse. | |||
* [[ProtoFlux:Async Dynamic Impulse Trigger]] for the async analogue. | |||
[[Category:ProtoFlux:Flow]] | [[Category:ProtoFlux:Flow]] |
Latest revision as of 21:38, 13 December 2024
Dynamic Impulse Trigger
Flow
The Dynamic Impulse Trigger node sends a sync context dynamic impulse to all Dynamic Impulse Receivers matching the provided Tag
under the TargetHierarchy
.
Inputs
* (Call)
Trigger a sync context 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
- ProtoFlux:Dynamic Impulse Trigger With Data to send data with the impulse.
- ProtoFlux:Async Dynamic Impulse Trigger for the async analogue.