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

(Function)
(See Also)
 
(3 intermediate revisions by 2 users not shown)
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]]
 
== Функция ==
 
== Функция ==
=== Описание ===
+
=== Вид ===
 
<source lang="lua">
 
<source lang="lua">
 
position = Source:tell( unit )
 
position = Source:tell( unit )
 
</source>
 
</source>
 +
 
=== Аргументы ===
 
=== Аргументы ===
 
{{param|TimeUnit|unit ("seconds")|Тип единицы измерения для возвращаемого значения.}}
 
{{param|TimeUnit|unit ("seconds")|Тип единицы измерения для возвращаемого значения.}}
Line 12: Line 13:
  
 
== See Also ==
 
== See Also ==
* [[Source:seek]]
+
* [[Source:seek (Русский)]]
* [[parent::Source]]
+
* [[parent::Source (Русский)]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Получает текущую позицию проигрывания [[Source]].}}
 
{{#set:Description=Получает текущую позицию проигрывания [[Source]].}}
 +
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Source:tell}}
 
{{i18n|Source:tell}}

Latest revision as of 09:51, 30 July 2018

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