ProtoFlux:Is Playing: Difference between revisions

From Resonite Wiki
m typo
fix node input name
Line 4: Line 4:
|Inputs=
|Inputs=
[
[
{"Name":"Clip", "Type":"IPlayable"}
{"Name":"Source", "Type":"IPlayable"}
]
]
|Outputs=
|Outputs=
Line 17: Line 17:
== Inputs ==
== Inputs ==


=== Clip ([[Type:IPlayable|IPlayable]]) ===
=== Source ([[Type:IPlayable|IPlayable]]) ===


The clip to check if it is playing
The clip to check if it is playing
Line 25: Line 25:
=== * ([[Type:Bool|boolean]]) ===
=== * ([[Type:Bool|boolean]]) ===


Whether the provided Clip ([[Type:IPlayable|IPlayable]]) is playing or not.
Whether the provided Source ([[Type:IPlayable|IPlayable]]) is playing or not.


== Examples ==
== Examples ==

Revision as of 17:11, 9 February 2024

Is Playing
Source
*
Media

Is Playing is a ProtoFlux node that returns if an IPlayable is currently playing.


Inputs

Source (IPlayable)

The clip to check if it is playing

Outputs

* (boolean)

Whether the provided Source (IPlayable) is playing or not.

Examples