Difference between revisions of "love.audio.pause"

m (Update description to take variant into account)
m (Add missing fullstop)
Line 17: Line 17:
 
</source>
 
</source>
 
=== Arguments ===
 
=== Arguments ===
{{param|Source|source|The source on which to pause the playback}}
+
{{param|Source|source|The source on which to pause the playback.}}
 
=== Returns ===
 
=== Returns ===
 
Nothing.
 
Nothing.

Revision as of 00:00, 19 May 2017

Pauses a specific or all currently played Sources.

Function

Pauses all currently active Sources.

Synopsis

love.audio.pause( )

Arguments

None.

Returns

Nothing.

Function

Pauses a specific Source.

Synopsis

love.audio.pause( source )

Arguments

Source source
The source on which to pause the playback.

Returns

Nothing.

See Also


Other Languages