Difference between revisions of "love.audio.rewind"

 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
{{oldin|[[11.0]]|110|type=function|text=Use [[Source:seek]](0) instead}}
 
Rewinds all playing audio.
 
Rewinds all playing audio.
 
== Function ==
 
== Function ==

Latest revision as of 09:23, 30 September 2018

Removed in LÖVE 11.0
Use Source:seek(0) instead.

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