Difference between revisions of "love.audio.play"
(Updated for 0.11) |
m (0.11.0 -> 11.0) |
||
Line 12: | Line 12: | ||
== Function == | == Function == | ||
− | {{newin|[[ | + | {{newin|[[11.0]]|110|type=variant}} |
Starts playing multiple Sources simultaneously. | Starts playing multiple Sources simultaneously. | ||
=== Synopsis === | === Synopsis === | ||
Line 25: | Line 25: | ||
== Function == | == Function == | ||
− | {{newin|[[ | + | {{newin|[[11.0]]|110|type=variant}} |
Starts playing multiple Sources simultaneously. | Starts playing multiple Sources simultaneously. | ||
=== Synopsis === | === Synopsis === |
Revision as of 14:12, 22 December 2018
Plays the specified Source.
Contents
Function
Synopsis
love.audio.play( source )
Arguments
Source source
- The Source to play.
Returns
Nothing.
Function
Available since LÖVE 11.0 |
This variant is not supported in earlier versions. |
Starts playing multiple Sources simultaneously.
Synopsis
love.audio.play( sources )
Arguments
table sources
- Table containing a list of Sources to play.
Returns
Nothing.
See Also
Function
Available since LÖVE 11.0 |
This variant is not supported in earlier versions. |
Starts playing multiple Sources simultaneously.
Synopsis
love.audio.play( source1, source2, ... )
Arguments
Source source1
- The first Source to play.
Source source2
- The second Source to play.
Source ...
- Additional Sources to play.
Returns
Nothing.
See Also
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