ProtoFlux:Play

From Resonite Wiki
Play
*
Next
Target
Media

Play is a ProtoFlux node that plays the provided Target (IPlayable) when * (Call) is called. Play doesn't change the current Position Output, it essentially sets Is Playing Output to true.

Inputs

* (Call)

Impulse this to play the provided Target (IPlayable)

Target (IPlayable)

The IPlayable to play.

Outputs

Next (Continuation)

Sends an impulse after * (Call) was called and it successfully started playing.

Examples