WoW:API TOSAccepted: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API TOSAccepted to API TOSAccepted without leaving a redirect)
 
(No difference)

Latest revision as of 04:47, 15 August 2023

Glue API < TOSAccepted

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

Sample[edit]

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