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.
Please login to continue.