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

(Function)
(Описание)
Line 2: Line 2:
 
Gets the currently playing position of the Source.
 
Gets the currently playing position of the Source.
 
== Функция ==
 
== Функция ==
=== Описание ===
+
=== Вид ===
 
<source lang="lua">
 
<source lang="lua">
 
position = Source:tell( unit )
 
position = Source:tell( unit )
 
</source>
 
</source>
 +
 
=== Аргументы ===
 
=== Аргументы ===
 
{{param|TimeUnit|unit ("seconds")|Тип единицы измерения для возвращаемого значения.}}
 
{{param|TimeUnit|unit ("seconds")|Тип единицы измерения для возвращаемого значения.}}

Revision as of 13:35, 16 October 2017

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

Gets the currently playing position of the Source.

Функция

Вид

position = Source:tell( unit )

Аргументы

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

Возвращает

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

See Also

Other Languages