WoW:API PatchDownloadProgress: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
m (Move page script moved page API PatchDownloadProgress to API PatchDownloadProgress without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Stub/API}}
{{wowapi|Glue}}
This is a '[[World of Warcraft API/Glue|Glue]]' runtime Lua function. See also [[GlueXML]].
== Sample ==
== Sample ==


  local percent_Complete = PatchDownloadProgress();
  local percent_Complete = PatchDownloadProgress();
[[Category:World of Warcraft API/GlueXML]]

Latest revision as of 04:46, 15 August 2023

Glue API < PatchDownloadProgress

This is a 'Glue' runtime Lua function. See also GlueXML.

Sample

local percent_Complete = PatchDownloadProgress();