WoW:API PATCH UPDATE PROGRESS: 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_UPDATE_PROGRESS)
    local percent_Complete = PatchDownloadProgress();
  end
end