WoW Glue API: PATCH DOWNLOADED

From AddOn Studio
Revision as of 04:46, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API PATCH DOWNLOADED to API PATCH DOWNLOADED without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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