Difference between revisions of "love.audio.rewind"

m (1 revision: Importing from potato (again).)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
 
Rewinds all playing audio.
 
Rewinds all playing audio.
 
== Function ==
 
== Function ==
Line 23: Line 22:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Rewinds all playing audio.}}
 
{{#set:Description=Rewinds all playing audio.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|love.audio.rewind}}

Revision as of 09:28, 25 March 2011

Rewinds all playing audio.

Function

Synopsis

love.audio.rewind( )

Arguments

None.

Returns

Nothing.

Function

Synopsis

love.audio.rewind( source )

Arguments

Source source
The source to rewind.

Returns

Nothing.

See Also


Other Languages