WoW:API PATCH DOWNLOADED: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 4: Line 4:
   end
   end
  end
  end
[[Category:World of Warcraft API]]

Revision as of 02:03, 26 January 2006

function OnEvent()
  if(event == PATCH_DOWNLOADED)
    PatchDownloadApply()
  end
end