WoW:GlueXML: Difference between revisions

169 bytes removed ,  15 August 2023
m
Move page script moved page GlueXML to WoW:GlueXML without leaving a redirect
No edit summary
m (Move page script moved page GlueXML to WoW:GlueXML without leaving a redirect)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Functions ==
{{uixml}}
* [[PatchDownloadApply|PatchDownloadApply()]] - Forces the client to patch the recently downloaded update.
'''Glue''' in Blizzard terms is the 'other' '''[[XML]]''' UI, all the UI parts that are not strictly or purposly made to be used when a user has entered the world sort of '''Glue'''ing the whole user interface experiance together. More specifically the definitions of these UI elements are placed in their own folders in the WoW content files, and are used for things like the startup screen, login screens, and all of the other in-between parts outside of the game world. WoW reuses what WoWWiki terms as the [[FrameXML]] facility for other 2D UI elements, but calls it [[GlueXML]] rather than [[FrameXML]] in its folders to differenciate, as some kinds of elements are just altered copies for use outside the game world.
* [[PatchDownloadCancel|PatchDownloadCancel()]] - Forces the client to abort the patch download
* [[PatchDownloadProgress|PatchDownloadProgress()]] - Returns the status of the patch download in percentage.
* [[DefaultServerLogin|DefaultServerLogin(user,pw)]] - Begins client/server authentication
* [[GetLastAccountName|GetLastAccountName()]] - Returns the account last used to login.
* [[GetServerName|GetServerName()]] - Returns the name of the server last connected to.
* [[TOSAccepted|TOSAccepted()]] - Returns true if the client has accepted the Terms of Service
* [[ShowTOSNotice|ShowTOSNotice()]] - Forces the client to read the Terms of Service
* [[AcceptTOS|AcceptTos()]] - Accepts the Terms of Service.


== Events ==  
== Notes ==
* [[GlueXML/Notes]]


* [[PATCH_UPDATE_PROGRESS]] - invoked when patch download status has changed.
== See also ==
* [[PATCH_DOWNLOADED]] - invoked when the patch download is complete.
* [[World of Warcraft API/Glue]] for the Lua 'Glue API'
 
* [[FrameXML]]
 
[[Category:World of Warcraft API/GlueXML| GlueXML]]
Added on March 13, 2005 by [[Mind]]
 
[[Category:World of Warcraft API]]
Anonymous user