Difference between revisions of "VideoStream:isPlaying"

(Function exists, but not documented. Please update it to reflect current usage.)
 
m (See Also)
 
Line 14: Line 14:
 
== See Also ==
 
== See Also ==
 
* [[parent::VideoStream]]
 
* [[parent::VideoStream]]
 +
* [[VideoStream:play]]
 +
* [[VideoStream:pause]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets whatever the video stream is playing.}}
 
{{#set:Description=Gets whatever the video stream is playing.}}

Latest revision as of 10:29, 22 May 2020

Available since LÖVE 0.10.0
This function is not supported in earlier versions.

Gets whatever the video stream is playing.

Function

Synopsis

playing = VideoStream:isPlaying( )

Arguments

None.

Returns

boolean playing
Whatever video stream is playing.

See Also


Other Languages