ProtoFlux:Play: Difference between revisions

From Resonite Wiki
create Play ProtoFlux Node Page
 
m fix types
Line 4: Line 4:
|Inputs=
|Inputs=
[
[
{"Name":"*", "Type":"Impulse"},
{"Name":"*", "Type":"Call"},
{"Name":"Target", "Type":"IPlayable"}
{"Name":"Target", "Type":"IPlayable"}
]
]

Revision as of 21:14, 9 February 2024

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