ProtoFlux:Updates Delay With Data

From Resonite Wiki
Updates Delay With Data
*
Next
Updates
OnTriggered
Value
DelayedValue
Async

Updates Delay With Data is a ProtoFlux node that will send an impulse out of Next (Continuation) after Updates (int) updates after * (ASync Call) is impulsed. It will carry a value and keep it during the duration of the delay and spit it out after the delay.

Inputs

* (ASync Call)

Call to start the delay.

Updates (int)

How many updates to delay for.

Value (Generic)

The value to delay. Can be any type.

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.

DelayedValue (Generic)

Has a value during the Next (Continuation) impulse and outputs the value that was provided to Value (Generic) when * (ASync Call) was impulsed.

Examples