ProtoFlux:PlayandWait

From Resonite Wiki
Revision as of 00:30, 21 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Play and Wait to ProtoFlux:PlayandWait: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Play And Wait
*
OnStarted
Target
OnPlaybackFinished
Media

PlayAndWait is a ProtoFlux node that plays the provided Target (IPlayable) when * (IAsyncOperation) is called, and then can continue with an Continuation.

Inputs

* (IAsyncOperation)

Impulse this to play the provided Target (IPlayable)

Target (IPlayable)

The IPlayable to play.

Outputs

OnStarted (AsyncCall)

An async impulse that impulses when the target starts playing.

OnPlaybackFinished (Continuation)

Sends an impulse after the target finishes playback.


Examples