WoW:API PATCH UPDATE PROGRESS: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 5: | Line 5: | ||
end | end | ||
[[Category:World of Warcraft API]] | [[Category:World of Warcraft API/GlueXML]] | ||
Revision as of 09:41, 27 May 2006
function OnEvent()
if(event == PATCH_UPDATE_PROGRESS)
local percent_Complete = PatchDownloadProgress();
end
end