Changed name and put the whitespace back, as per xoft's suggestion.
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
|
||||
-- Global variables
|
||||
PLUGIN = {}; -- Reference to own plugin object
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
function Initialize(Plugin)
|
||||
PLUGIN = Plugin
|
||||
|
||||
Plugin:SetName("DumpAPI")
|
||||
Plugin:SetName("APIDump")
|
||||
Plugin:SetVersion(1)
|
||||
|
||||
PluginManager = cRoot:Get():GetPluginManager()
|
||||
@@ -17,6 +21,11 @@ function Initialize(Plugin)
|
||||
return true
|
||||
end
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
function DumpAPI()
|
||||
LOG("Dumping all available functions to API.txt...");
|
||||
function dump (prefix, a, Output)
|
||||
|
||||
Reference in New Issue
Block a user