ProtoFlux:Delay Updates

From Resonite Wiki
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