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