W3cubDocs

/LÖVE

love.audio.pause

Pauses currently played Sources.

Function

This function will pause all currently active Sources.

Synopsis

love.audio.pause( )

Arguments

None.

Returns

Nothing.

Function

This function will only pause the specified Source.

Synopsis

love.audio.pause( source )

Arguments

Source source
The source on which to pause the playback

Returns

Nothing.

See Also


© 2006–2016 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/love.audio.pause