1
0

Debuggers: Added inheritance testing.

This allows detailed testing of #1789 - bad Lua bindings for class inheritance.
This commit is contained in:
Mattes D
2015-03-18 16:07:15 +01:00
parent 49e59ee06b
commit fa17fb9b80
2 changed files with 81 additions and 0 deletions

View File

@@ -212,6 +212,12 @@ g_PluginInfo =
HelpString = "Tests the crypto hashing functions",
},
["inh"] =
{
Handler = HandleConsoleInh,
HelpString = "Tests the bindings of the cEntity inheritance",
},
["loadchunk"] =
{
Handler = HandleConsoleLoadChunk,