Difference between revisions of "Video:isPlaying"

(Created page)
 
m
 
Line 4: Line 4:
 
=== Synopsis ===
 
=== Synopsis ===
 
<source lang="lua">
 
<source lang="lua">
playing Video:isPlaying( )
+
playing = Video:isPlaying( )
 
</source>
 
</source>
 
=== Arguments ===
 
=== Arguments ===

Latest revision as of 01:24, 14 December 2015

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

Gets whether the Video is currently playing.

Function

Synopsis

playing = Video:isPlaying( )

Arguments

None.

Returns

boolean playing
Whether the video is playing.

See Also

Other Languages