Source:isPaused

Removed in LÖVE 11.0
It has been replaced by Source:isPlaying.

Returns whether the Source is paused.

Function

Synopsis

paused = Source:isPaused( )

Arguments

None.

Returns

boolean paused
True if the Source is paused, false otherwise.

See Also


© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/Source:isPaused