love.audio.pause

Pauses a specific or all currently played Sources.

Function

Pauses all currently active Sources.

Synopsis

love.audio.pause( )

Arguments

None.

Returns

Nothing.

Function

Pauses a specific Source.

Synopsis

love.audio.pause( source )

Arguments

Source source
The source on which to pause the playback

Returns

Nothing.

See Also


Other Languages