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
|
Version 0.2.0 LÖVE DocumentationOverviewLicenceCreditsGetting startedDeviceslove.objectslove.graphicslove.audiolove.keyboardlove.mouselove.filesystemlove.timerTypesAnimationColorFontImageMusicSoundCallbacksloadupdatedrawmousepressedmousereleasedkeypressedkeyreleasedMiscellaneousConstantsConfig 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 |