Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:AsyncDynamicImpulseTrigger: Difference between revisions

From Resonite Wiki
Yosh (talk | contribs)
Yosh (talk | contribs)
caps & see also
Line 16: Line 16:
|}}
|}}


The '''Async Dynamic Impulse Trigger''' node sends a [[Dynamic Impulse]] to all [[ProtoFlux:Async Dynamic Impulse Receiver|Async Dynamic Impulse Receivers]] matching the provided <code>Tag</code> under the <code>TargetHierarchy</code>.
The '''Async Dynamic Impulse Trigger''' node sends a [[dynamic impulse]] to all [[ProtoFlux:Async Dynamic Impulse Receiver|Async Dynamic Impulse Receivers]] matching the provided <code>Tag</code> under the <code>TargetHierarchy</code>.


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


Trigger an [[Impulses#Async|async]] dynamic impulse with the tag <code>Tag</code> under <code>TargetHierarchy</code>.
Trigger an [[async]] dynamic impulse with the tag <code>Tag</code> under <code>TargetHierarchy</code>.


=== Tag ([[Type:String|String]]) ===
=== Tag ([[Type:String|String]]) ===
Line 44: Line 44:
=== 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 [[context]].
 
== See Also ==
 
* [[ProtoFlux:Async Dynamic Impulse Trigger With Data]] to send data with the impulse.
* [[ProtoFlux:Dynamic Impulse Trigger]] for the sync analogue.


[[Category:ProtoFlux:Flow:Async]]
[[Category:ProtoFlux:Flow:Async]]

Revision as of 21:16, 13 December 2024

Async Dynamic Impulse Trigger
*
Next
Tag
TriggeredCount
TargetHierarchy
ExcludeDisabled
Async

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

Inputs

Trigger an async 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

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