Video:isPlaying

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