Possibly fixes #384
@madmaxoft, is this the right syntax for lua for loops?
This commit is contained in:
parent
71006f5df5
commit
675c35708b
@ -231,6 +231,12 @@ end
|
|||||||
|
|
||||||
|
|
||||||
function DumpAPIHtml()
|
function DumpAPIHtml()
|
||||||
|
LOG("Moving static files.");
|
||||||
|
|
||||||
|
for i in cFile:GetFolderContents("Static") do
|
||||||
|
cFile:Copy("Static/" .. i, "API/" .. i);
|
||||||
|
end
|
||||||
|
|
||||||
LOG("Dumping all available functions and constants to API subfolder...");
|
LOG("Dumping all available functions and constants to API subfolder...");
|
||||||
|
|
||||||
LOG("Creating API tables...");
|
LOG("Creating API tables...");
|
||||||
|
Loading…
Reference in New Issue
Block a user