love.audio.resume

Resumes all audio.

Function

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

Synopsis

love.audio.resume( )

Arguments

None.

Returns

Nothing.

Function

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

Synopsis

love.audio.resume( source )

Arguments

Source source
The source on which to resume the playback.

Returns

Nothing.

See Also


Other Languages