Difference between revisions of "Source:seek"

(Add Source:getDuration to See Also)
Line 13: Line 13:
 
== See Also ==
 
== See Also ==
 
* [[Source:tell]]
 
* [[Source:tell]]
 +
* [[Source:getDuration]]
 
* [[parent::Source]]
 
* [[parent::Source]]
 
[[Category:Functions]]
 
[[Category:Functions]]

Revision as of 18:11, 23 January 2018

Available since LÖVE 0.8.0
This function is not supported in earlier versions.

Sets the currently playing position of the Source.

Function

Synopsis

Source:seek( offset, unit )

Arguments

number offset
The position to seek to.
TimeUnit unit ("seconds")
The unit of the position value.

Returns

Nothing.

See Also

Other Languages