WoW Glue API: TOSAccepted

Glue API < TOSAccepted

This is a 'Glue' runtime Lua function. See also GlueXML.

SampleEdit

local acceptedTOS = TOSAccepted();
if(acceptedTOS) then
   --user accepted the Terms of Service
else
   --user has not accepted Terms of Service
end