Difference between revisions of "Source:isPaused (Español)"

(Created page with "Indica si la fuente está en pausa. == Function == === Synopsis === <source lang="lua"> paused = Source:isPaused( ) </source> === Arguments === None. === Returns === {{param|bool...")
 
m (Added newinoldin)
 
Line 1: Line 1:
 +
{{newinoldin|[[0.7.1]]|071|[[11.0]]|110|type=function|text=It has been replaced by [[Source:isPlaying]]}}
 
Indica si la fuente está en pausa.
 
Indica si la fuente está en pausa.
 
== Function ==
 
== Function ==

Latest revision as of 09:54, 15 July 2023

Available since LÖVE 0.7.1 and removed in LÖVE 11.0
It has been replaced by Source:isPlaying.

Indica si la fuente está en pausa.

Function

Synopsis

paused = Source:isPaused( )

Arguments

None.

Returns

boolean paused
True si la fuente está en pausa, Falso en caso de que no lo este.

See Also


Other Languages