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
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