Difference between revisions of "Source:isPaused"

(Updated for 11.0)
m (0.11.0 -> 11.0)
Line 1: Line 1:
{{oldin|[[0.11.0]]|110|type=function|text=It has been replaced by [[Source:isPlaying]]}}
+
{{oldin|[[11.0]]|110|type=function|text=It has been replaced by [[Source:isPlaying]]}}
 
Returns whether the Source is paused.
 
Returns whether the Source is paused.
 
== Function ==
 
== Function ==

Revision as of 14:17, 22 December 2018

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


Other Languages