love.audio.pause
Pauses specific or all currently played Sources.
Contents
Function
Available since LÖVE 11.0 |
This variant is not supported in earlier versions. |
Pauses all currently active Sources and returns them.
Synopsis
sources = love.audio.pause( )
Arguments
None.
Returns
table Sources
- A table containing a list of Sources that were paused by this call.
Function
Available since LÖVE 11.0 |
This variant is not supported in earlier versions. |
Pauses the given Sources.
Synopsis
love.audio.pause( source, ... )
Arguments
Returns
Nothing.
Function
Available since LÖVE 11.0 |
This variant is not supported in earlier versions. |
Pauses the given Sources.
Synopsis
love.audio.pause( sources )
Arguments
table sources
- A table containing a list of Sources to pause.
Returns
Nothing.
Function
Removed in LÖVE 11.0 |
This variant is not supported in that and later versions. |
Pauses all currently active Sources.
Synopsis
love.audio.pause( )
Arguments
None.
Returns
Nothing.
Function
Removed in LÖVE 11.0 |
This variant is not supported in that and later versions. |
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
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info