1
0

APIDump: Updated comments to reflect current code.

This commit is contained in:
madmaxoft 2014-03-19 22:51:02 +01:00
parent 96e0b26912
commit d6a72da382

View File

@ -1541,9 +1541,12 @@ function Initialize(Plugin)
LOG("Initialising " .. Plugin:GetName() .. " v." .. Plugin:GetVersion())
-- Bind a console command to dump the API:
cPluginManager:BindConsoleCommand("api", HandleCmdApi, "Dumps the Lua API docs into the API/ subfolder")
-- Add a WebAdmin tab that has a Dump button
g_Plugin:AddWebTab("APIDump", HandleWebAdminDump)
-- TODO: Add a WebAdmin tab that has a Dump button
return true
end