WoW:API PATCH DOWNLOADED: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Stub/API}} | {{Stub/API}} | ||
This [[event]] is fired after the client has finished downloading a patch and provides no arguments. | |||
-- example event handler | |||
function OnEvent() | function OnEvent() | ||
if(event == PATCH_DOWNLOADED) | if(event == PATCH_DOWNLOADED) | ||
Revision as of 19:50, 28 December 2007
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
