Debuggers: Added inheritance testing.
This allows detailed testing of #1789 - bad Lua bindings for class inheritance.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user