1
0

Added a Json parser and serializer to Lua API.

This commit is contained in:
Mattes D
2015-12-23 11:08:39 +01:00
parent 7b65ee4096
commit 122d824a8a
8 changed files with 500 additions and 48 deletions

View File

@@ -242,11 +242,17 @@ g_PluginInfo =
HelpString = "Tests the world scheduling",
},
["testjson"] =
{
Handler = HandleConsoleTestJson,
HelpString = "Tests the cJson parser and serializer",
},
["testtracer"] =
{
Handler = HandleConsoleTestTracer,
HelpString = "Tests the cLineBlockTracer",
}
},
}, -- ConsoleCommands
} -- g_PluginInfo