ProtoFlux:Async Dynamic Impulse Trigger With Data

From Resonite Wiki
Revision as of 21:49, 13 December 2024 by Yosh (talk | contribs) (:3)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Async Dynamic Impulse Trigger With Data
*
Next
Tag
TriggeredCount
TargetHierarchy
ExcludeDisabled
Value
Async

The Async Dynamic Impulse Trigger With Data node sends an async dynamic impulse to all Async Dynamic Impulse Receiver With Data nodes with a matching type and tag under the provided TargetHierarchy.

Inputs

* (AsyncCall)

Trigger an async dynamic impulse with the tag Tag and data Value 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.

Value (Generic)

The data to send with the dynamic impulse. Receivers must have a matching type as this value.

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

See Also