m typo |
m YoshBot moved page ProtoFlux:Is Playing to ProtoFlux:IsPlaying: Automated: removing spaces from ProtoFlux namespace |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
|Inputs= | |Inputs= | ||
[ | [ | ||
{"Name":" | {"Name":"Source", "Type":"IPlayable"} | ||
] | ] | ||
|Outputs= | |Outputs= | ||
Line 17: | Line 17: | ||
== Inputs == | == Inputs == | ||
=== | === 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 | Whether the provided Source ([[Type:IPlayable|IPlayable]]) is playing or not. | ||
== Examples == | == Examples == | ||
<gallery widths=480px heights=480px> | <gallery widths=480px heights=480px> | ||
File:Protoflux_media_information_example|Is Playable node being used along side a bunch of other basic information about a clip. | File:Protoflux_media_information_example.webp|Is Playable node being used along side a bunch of other basic information about a clip. | ||
</gallery> | </gallery> | ||
[[Category:ProtoFlux:Media]] | [[Category:ProtoFlux:Media]] | ||
[[Category:ContinuouslyChanging nodes]] |
Latest revision as of 00:25, 21 August 2025
Is Playing
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
-
Is Playable node being used along side a bunch of other basic information about a clip.