Difference between revisions of "love.audio.pause (Español)"

(Created page with "Pausa todo el audio. == Function == === Synopsis === <source lang="lua"> love.audio.pause( ) </source> === Arguments === None. === Returns === Nothing. == Function == === Synopsi...")
 
 
Line 19: Line 19:
 
Nothing.
 
Nothing.
 
== See Also ==
 
== See Also ==
* [[parent::love.audio]]
+
* [[parent::love.audio (Español)]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Pausa todo el audio.}}
 
{{#set:Description=Pausa todo el audio.}}

Latest revision as of 04:41, 26 June 2011

Pausa todo el audio.

Function

Synopsis

love.audio.pause( )

Arguments

None.

Returns

Nothing.

Function

Synopsis

love.audio.pause( source )

Arguments

Source source
La fuente para ser pausado el audio.

Returns

Nothing.

See Also


Other Languages