Difference between revisions of "love.audio.resume"

m (1 revision: Imported docs from potato.)
m
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
+
{{oldin|[[11.0]]|110|type=function|text=Use [[love.audio.play]] instead}}
 +
Resumes all audio.
  
 
== Function ==
 
== Function ==
Line 10: Line 11:
 
=== Returns ===
 
=== Returns ===
 
Nothing.
 
Nothing.
 +
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 19: Line 21:
 
=== Returns ===
 
=== Returns ===
 
Nothing.
 
Nothing.
 +
 
== See Also ==
 
== See Also ==
 
* [[parent::love.audio]]
 
* [[parent::love.audio]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Resumes all audio.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|love.audio.resume}}

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