ProtoFlux:Wait

From Resonite Wiki
Wait
*
OnWaitBegin
Target
OnPlaybackFinished
Media

Wait is a ProtoFlux node that waits for the provided Target (IPlayable) to complete playback, and then provides a continuation.

Inputs

* (IAsyncOperation)

Target (IPlayable)

The IPlayable to wait for.

Outputs

OnWaitBegin (AsyncCall)

An async impulse that impulses when the node starts waiting.

OnPlaybackFinished (Continuation)

Sends an impulse after the target finishes playback.


Examples