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

globalNametagStack {get;set}

API -

return function()
    local app = getApp();
    app.globalNametagStack = 3; --accepts values between 0 and 30
end

Last updated