| m extension |  Added category: ContinuouslyChanging nodes | ||
| Line 34: | Line 34: | ||
| [[Category:ProtoFlux:Media]] | [[Category:ProtoFlux:Media]] | ||
| [[Category:ContinuouslyChanging nodes]] | |||
Revision as of 07:29, 27 May 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.
