ProtoFlux:Delay

From Resonite Wiki
Revision as of 18:43, 6 June 2024 by Nytra (talk | contribs) (Sudo-Generic -> Pseudo-generic)
Delay
*
Next
Duration
OnTriggered
Flow

Delay is a ProtoFlux node that allows for delaying an Async execution for the provided Duration (Pseudo-generic) before continuing.

Inputs

* (AsyncCall)

Start the delay.

Duration (Pseudo-generic)

How long to delay for in seconds or timespan.

Examples: Double, Float, Int and TimeSpan.

Outputs

Next (Continuation)

Fires after Duration (Pseudo-generic) time has passed after * (AsyncCall) was called.

OnTriggered (AsyncCall)

Fires instantly after * (AsyncCall) is called.

Examples