love.audio.play
Plays specific Sources.
Contents
Function
Available since LÖVE 11.0 |
This variant is not supported in earlier versions. |
Starts playing one or multiple Sources simultaneously.
Synopsis
success = love.audio.play( source, ... )
Arguments
Returns
boolean success
- Whether the Sources were able to successfully start playing.
Function
Available since LÖVE 11.0 |
This variant is not supported in earlier versions. |
Starts playing a list of Sources simultaneously.
Synopsis
success = love.audio.play( sources )
Arguments
table sources
- Table containing a list of Sources to play.
Returns
boolean success
- Whether the Sources were able to successfully start playing.
Function
Removed in LÖVE 0.9.1 |
This variant is not supported in that and later versions. |
Plays the specified Source.
Synopsis
love.audio.play( source )
Arguments
Source source
- The Source to play.
Returns
Nothing.
Function
Available since LÖVE 0.9.1 and removed in LÖVE 11.0 |
This variant is not supported in earlier or later versions. |
Plays the specified Source.
Synopsis
success = love.audio.play( source )
Arguments
Source source
- The Source to play.
Returns
boolean success
- Whether the Sources were able to successfully start playing.
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