AddOns WoW API Widget API XML UI Event API WoW Lua Macro API CVars
Battle.net
HOWTOs Snippets UI tech
Categories
← Glue API < TOSAccepted
This is a 'Glue' runtime Lua function. See also GlueXML.
local acceptedTOS = TOSAccepted(); if(acceptedTOS) then --user accepted the Terms of Service else --user has not accepted Terms of Service end