WoW Glue API: PATCH DOWNLOADED
This is a 'Glue' runtime Lua function. See also GlueXML.
Event: PATCH_DOWNLOADED
This event is fired after the client has finished downloading a patch and provides no arguments.
-- example event handler
function OnEvent()
if(event == PATCH_DOWNLOADED)
PatchDownloadApply()
end
end
