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

(Описание)
Line 1: Line 1:
 
{{newin|[[0.8.0]]|080|type=function}}
 
{{newin|[[0.8.0]]|080|type=function}}
Gets the currently playing position of the Source.
+
Получает текущую позицию проигрывания [[Source]]
 
== Функция ==
 
== Функция ==
 
=== Вид ===
 
=== Вид ===

Revision as of 13:36, 16 October 2017

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

Получает текущую позицию проигрывания Source

Функция

Вид

position = Source:tell( unit )

Аргументы

TimeUnit unit ("seconds")
Тип единицы измерения для возвращаемого значения.

Возвращает

number position
Текущая позиция проигрывания Source.

See Also

Other Languages