Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:DelayUpdates

Delay Updates is a ProtoFlux node that will send an impulse out of Next (Continuation) after Updates (int) updates after * (ASync Call) is impulsed.
(Redirected from ProtoFlux:Delay Updates)
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

Call to start the delay.

Updates (int)

How many updates to delay for.

A delay of 0 waits for other tasks to finish in the same update.

Outputs

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