Difference between revisions of "Source:seek"
m (Clarification for queueable Source related behaviour.) |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{newin|[[0.8.0]]|080|type=function}} | {{newin|[[0.8.0]]|080|type=function}} | ||
− | Sets the currently playing position of the Source. | + | Sets the currently playing position of the Source. With the queueable source type, this method can only work on the currently playing buffer. |
== Function == | == Function == | ||
=== Synopsis === | === Synopsis === | ||
Line 13: | Line 13: | ||
== See Also == | == See Also == | ||
* [[Source:tell]] | * [[Source:tell]] | ||
+ | * [[Source:getDuration]] | ||
* [[parent::Source]] | * [[parent::Source]] | ||
[[Category:Functions]] | [[Category:Functions]] |
Latest revision as of 13:37, 16 March 2024
Available since LÖVE 0.8.0 |
This function is not supported in earlier versions. |
Sets the currently playing position of the Source. With the queueable source type, this method can only work on the currently playing buffer.
Function
Synopsis
Source:seek( offset, unit )
Arguments
Returns
Nothing.
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