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

(Создание перевода)
 
(Function)
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.
 
Gets the currently playing position of the Source.
== Function ==
+
== Функция ==
=== Synopsis ===
+
=== Описание ===
 
<source lang="lua">
 
<source lang="lua">
 
position = Source:tell( unit )
 
position = Source:tell( unit )
 
</source>
 
</source>
=== Arguments ===
+
=== Аргументы ===
 
{{param|TimeUnit|unit ("seconds")|Тип единицы измерения для возвращаемого значения.}}
 
{{param|TimeUnit|unit ("seconds")|Тип единицы измерения для возвращаемого значения.}}
=== Returns ===
+
=== Возвращает ===
 
{{param|number|position|Текущая позиция проигрывания [[Source]].}}
 
{{param|number|position|Текущая позиция проигрывания [[Source]].}}
 +
 
== See Also ==
 
== See Also ==
 
* [[Source:seek]]
 
* [[Source:seek]]

Revision as of 13:34, 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