Difference between revisions of "love.audio.stop"
(Updated for 0.11) |
m (0.11.0 -> 11.0) |
||
Line 23: | Line 23: | ||
== Function == | == Function == | ||
− | {{newin|[[ | + | {{newin|[[11.0]]|110|type=variant}} |
Simultaneously stops all given [[Source]]s. | Simultaneously stops all given [[Source]]s. | ||
=== Synopsis === | === Synopsis === | ||
Line 37: | Line 37: | ||
== Function == | == Function == | ||
− | {{newin|[[ | + | {{newin|[[11.0]]|110|type=variant}} |
Simultaneously stops all given [[Source]]s. | Simultaneously stops all given [[Source]]s. | ||
=== Synopsis === | === Synopsis === |
Revision as of 14:13, 22 December 2018
Stops currently played sources.
Contents
Function
This function will stop all currently active sources.
Synopsis
love.audio.stop( )
Arguments
None.
Returns
Nothing.
Function
This function will only stop the specified source.
Synopsis
love.audio.stop( source )
Arguments
Returns
Nothing.
Function
Available since LÖVE 11.0 |
This variant is not supported in earlier versions. |
Simultaneously stops all given Sources.
Synopsis
love.audio.stop( source1, source2, ... )
Arguments
Source source1
- The first Source to stop.
Source source2
- The second Source to stop.
Source ...
- Additional Sources to stop.
Returns
Nothing.
Function
Available since LÖVE 11.0 |
This variant is not supported in earlier versions. |
Simultaneously stops all given Sources.
Synopsis
love.audio.stop( sources )
Arguments
table sources
- A table containing a list of Sources to stop.
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