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

playSound

API -

return function()
    local app = getApp();
    local soundId = app.playSound('myCustomSound', false); --sound name, loops
end

Last updated