WoW:API PatchDownloadProgress: Difference between revisions
mNo edit summary |
m (Move page script moved page API PatchDownloadProgress to API PatchDownloadProgress without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{Stub/API}} | {{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]] | [[Category:World of Warcraft API/GlueXML]] | ||
Latest revision as of 04:46, 15 August 2023
Sample
local percent_Complete = PatchDownloadProgress();
