WoW:API TOSAccepted: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 8: | Line 8: | ||
end | end | ||
[[Category:World of Warcraft API]] | [[Category:World of Warcraft API/GlueXML]] |
Revision as of 09:39, 27 May 2006
Sample
local acceptedTOS = TOSAccepted(); if(acceptedTOS) then --user accepted the Terms of Service else --user has not accepted Terms of Service end