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
Function
love.audio:play( sound, loop )
Usage
love.audio:play( sound, loop )
Arguments
soundThe sound to play.
loopThe number of times to loop. (1 = play once, 0 = forever).
Returns
Nothing