Version 0.1.1a
LÖVE Documentation
OverviewLicenceCreditsGetting started
Devices
love.objectslove.graphicslove.audiolove.keyboardlove.mouselove.filesystemlove.timer
Types
ColorFontImageMusicSound
Callbacks
loadupdaterendermousepressedmousereleasedkeypressedkeyreleased
Miscellaneous
ConstantsConfig files
Device
love.audio
Functions
play( sound )Plays a sound.
play( sound, loop )Plays/loops a sound.
play( music )Plays music.
play( music, loop )Plays/loops music.
pause( )Pauses all audio playback.
resume( )Resumes all audio playback.
stop( )Stops all audio playback.
isPlaying( )Checks whether (any) audio is playing or not.
isPaused( )Checks whether audio playback is paused or not.
setVolume( volume )Changes the master volume.
See also