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

createBomb

API -

return function()
    local app = getApp();
    
    --create bomb at x:0 y:0
    app.createBomb(0, 0);
end

Last updated