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

pitchSound

API -

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

Last updated