Difference between revisions of "Source:isPaused"

m (0.11.0 -> 11.0)
m
 
Line 1: Line 1:
{{oldin|[[11.0]]|110|type=function|text=It has been replaced by [[Source:isPlaying]]}}
+
{{newinoldin|[[0.7.1]]|071|[[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 ==

Latest revision as of 03:10, 21 October 2022

Available since LÖVE 0.7.1 and 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