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

(See Also)
 
(One intermediate revision by one other user not shown)
Line 13: 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