Added flux node and rudimentary explanation of outputs. |
m YoshBot moved page ProtoFlux:Play and Wait to ProtoFlux:PlayandWait: Automated: removing spaces from ProtoFlux namespace |
||
(No difference)
|
Latest revision as of 00:30, 21 August 2025
Play And Wait
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.