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

getBackground

API - gets the title of the current background level

return function()
    local level = getBackground();
    
    log('the current background level is: ' .. level);
end

Last updated