Create ASync Dynamic Impulse Trigger With Value ProtoFlux Node Page |
No edit summary |
||
Line 45: | Line 45: | ||
=== Next ([[Impulses|Continuation]]) === | === Next ([[Impulses|Continuation]]) === | ||
Code to run after all the code ran by the eligible ASync dynamic impulse receivers is done running | Code to run after all the code ran by the eligible ASync dynamic impulse receivers is done running. | ||
=== TriggeredCount ([[Types:Int|Int]])=== | === TriggeredCount ([[Types:Int|Int]])=== |
Revision as of 00:58, 17 February 2024
ASync Dynamic Impulse Trigger With Data
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.