WoW Glue API: TOSAccepted

From AddOn Studio
Revision as of 06:09, 20 September 2013 by Bear (talk | contribs)
Jump to navigation Jump to search

Glue API < TOSAccepted

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

Sample

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