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
API - gets the title of the current background level
return function()
local level = getBackground();
log('the current background level is: ' .. level);
end
Last updated