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( music, loop )
Remember that only one Music can play at any time. (See love.audio).
Usage
love.audio:play( music, loop )
Arguments
musicThe Music object to play.
loopThe number of times to loop. (1 = play once, 0 = forever).
Returns
Nothing