love.audio.pause
Pauses currently played Sources.
Function
This function will pause all currently active Sources.
Synopsis
1 | love.audio.pause( ) |
Arguments
None.
Returns
Nothing.
Function
This function will only pause the specified Source.
Synopsis
1 | love.audio.pause( source ) |
Arguments
Source source
- The source on which to pause the playback
Returns
Nothing.
Please login to continue.