{{newin|[[0.8.0]]|080|type=function}}
Gets the currently playing position of the Source.
== Function ==
=== Synopsis ===
<source lang="lua">
position = Source:tell( unit )
</source>
=== Arguments ===
{{param|TimeUnit|unit ("seconds")|The type of unit for the return value.}}
=== Returns ===
{{param|number|position|The currently playing position of the [[Source]].}}
== See Also ==
* [[Source:seek]]
* [[Source:getDuration]]
* [[parent::Source]]
[[Category:Functions]]
{{#set:Description=Gets the currently playing position of the Source.}}
== Other Languages ==
{{i18n|Source:tell}}