Difference between revisions of "love.audio.resume"

(follow convention better)
m
 
Line 1: Line 1:
{{oldin|[[11.0]]|110|type=function}}
+
{{oldin|[[11.0]]|110|type=function|text=Use [[love.audio.play]] instead}}
 
Resumes all audio.
 
Resumes all audio.
  

Latest revision as of 02:21, 5 April 2018

Removed in LÖVE 11.0
Use love.audio.play instead.

Resumes all audio.

Function

Synopsis

love.audio.resume( )

Arguments

None.

Returns

Nothing.

Function

Synopsis

love.audio.resume( source )

Arguments

Source source
The source on which to resume the playback.

Returns

Nothing.

See Also


Other Languages