WoW:GlueXML: Difference between revisions
Jump to navigation
Jump to search
( GlueXML) |
mNo edit summary |
||
| Line 14: | Line 14: | ||
* [[PATCH_UPDATE_PROGRESS]] - invoked when patch download status has changed. | * [[PATCH_UPDATE_PROGRESS]] - invoked when patch download status has changed. | ||
* [[PATCH_DOWNLOADED]] - invoked when the patch download is complete. | * [[PATCH_DOWNLOADED]] - invoked when the patch download is complete. | ||
[[Category:World of Warcraft API]] | [[Category:World of Warcraft API]] | ||
[[Category:World of Warcraft API/GlueXML| GlueXML]] | [[Category:World of Warcraft API/GlueXML| GlueXML]] | ||
Revision as of 21:59, 16 January 2008
Functions
- PatchDownloadApply() - Forces the client to patch the recently downloaded update.
- PatchDownloadCancel() - Forces the client to abort the patch download
- PatchDownloadProgress() - Returns the status of the patch download in percentage.
- DefaultServerLogin(user,pw) - Begins client/server authentication
- GetLastAccountName() - Returns the account last used to login.
- GetServerName() - Returns the name of the server last connected to.
- TOSAccepted() - Returns true if the client has accepted the Terms of Service
- ShowTOSNotice() - Forces the client to read the Terms of Service
- AcceptTos() - Accepts the Terms of Service.
Events
- PATCH_UPDATE_PROGRESS - invoked when patch download status has changed.
- PATCH_DOWNLOADED - invoked when the patch download is complete.