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")
- Тип единицы измерения для возвращаемого значения.
Возвращает
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info