WoW:API TOSAccepted

Revision as of 22:53, 19 January 2006 by WoWWiki>Fandyllic

Sample

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