Difference between revisions of "love.audio.rewind"

(love.audio.rewind is removed in 11.0)
Line 1: Line 1:
 +
{{oldin|[[11.0]]|110|type=function}}
 
Rewinds all playing audio.
 
Rewinds all playing audio.
 
== Function ==
 
== Function ==

Revision as of 22:59, 4 April 2018

Removed in LÖVE 11.0
This function is not supported in that and later versions.

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