For the complete documentation index, see llms.txt. This page is also available as Markdown.

stopSound

API -

return function()
    local app = getApp();
    local soundId = app.playSound('myCustomSound', false);
    app.stopSound(soundId);
end

Last updated