Difference between revisions of "Source:play (Русский)"

(Created page with "{{newin|0.7.0|070|type=function}} Начинает воспроизведение источника. == Функция == {{newin|0.9.1|091|type=variant}} === Вид...")
 
Line 22: Line 22:
 
Ничего.
 
Ничего.
 
== See Also ==
 
== See Also ==
* [[parent::Source]]
+
* [[parent::Source (Русский)]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Воспроизведение источника звука.}}
 
{{#set:Description=Воспроизведение источника звука.}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Source:play}}
 
{{i18n|Source:play}}

Revision as of 08:38, 30 July 2018

Available since LÖVE 0.7.0
This function is not supported in earlier versions.

Начинает воспроизведение источника.

Функция

Available since LÖVE 0.9.1
This variant is not supported in earlier versions.

Вид

success = Source:play()

Аргументы

Нет.

Возвращает

boolean success
Возвращает true при успешном начале воспроизведения.

Function

Removed in LÖVE 0.9.1
This variant is not supported in that and later versions.

Вид

Source:play()

Аргументы

Нет.

Возвращает

Ничего.

See Also

Other Languages