Version 0.2.0
LÖVE Documentation
OverviewLicenceCreditsGetting started
Devices
love.objectslove.graphicslove.audiolove.keyboardlove.mouselove.filesystemlove.timer
Types
AnimationColorFontImageMusicSound
Callbacks
loadupdatedrawmousepressedmousereleasedkeypressedkeyreleased
Miscellaneous
ConstantsConfig filesKeyboard shortcuts
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