ProtoFlux:Wait

From Resonite Wiki
Revision as of 22:46, 4 May 2024 by Decoy (talk | contribs) (Added flux node and rudimentary explanations.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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