Difference between revisions of "love.audio.pause"

Line 22: Line 22:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Pauses all audio.}}
 
{{#set:Description=Pauses all audio.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.audio.pause}}
 
{{i18n|love.audio.pause}}

Revision as of 09:28, 25 March 2011

Pauses all audio.

Function

Synopsis

love.audio.pause( )

Arguments

None.

Returns

Nothing.

Function

Synopsis

love.audio.pause( source )

Arguments

Source source
The source on which to pause the playback

Returns

Nothing.

See Also


Other Languages