ProtoFlux:ASync Dynamic Impulse Trigger With Value: Difference between revisions

From Resonite Wiki
No edit summary
fix category
 
Line 51: Line 51:
Number of Dynamic Impulse Receivers that were eligible and got triggered.
Number of Dynamic Impulse Receivers that were eligible and got triggered.


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

Latest revision as of 21:23, 17 February 2024

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

Since Dynamic Impulses can be a complex topic, the usage of this node is part of the Dynamic Impulses Page.

Inputs

* (AsyncCall)

Trigger the input slot TargetHierarchy (Slot) with the given Tag (String) and Value (Generic).

Tag (String)

The tag of the Dynamic Impulse that should be sent after calling * (AsyncCall).

TargetHierarchy (Slot)

The Slot under which to trigger eligible ASync Dynamic Impulse Recievers.

ExcludeDisabled (bool)

Decides if this node should or should not activate eligible ASync dynamic receivers that are under disabled hierarchy.

Value (Generic)

Value to send with this impulse.

Outputs

Next (Continuation)

Code to run after all the code ran by the eligible ASync dynamic impulse receivers is done running.

TriggeredCount (Int)

Number of Dynamic Impulse Receivers that were eligible and got triggered.