ProtoFlux:DelayUpdates

From Resonite Wiki
Revision as of 23:50, 20 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Delay Updates to ProtoFlux:DelayUpdates: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Delay Updates
*
Next
Updates
OnTriggered
Async

Delay Updates is a ProtoFlux node that will send an impulse out of Next (Continuation) after Updates (int) updates after * (ASync Call) is impulsed.

Inputs

* (ASync Call)

Call to start the delay.

Updates (int)

How many updates to delay for.

Outputs

Next (Continuation)

Fires after Updates (int) updates has passed after an impulse has been sent to * (ASync Call).

OnTriggered (ASync Call)

fires immediately after * (ASync Call) is called.

Examples