| 439 | } |
| 440 | |
| 441 | void CScriptSystem::PostInit() |
| 442 | { |
| 443 | ////////////////////////////////////////////////////////////////////////// |
| 444 | // Register console vars. |
| 445 | ////////////////////////////////////////////////////////////////////////// |
| 446 | if (GetISystem()->GetIConsole()) |
| 447 | { |
| 448 | GetISystem()->GetIConsole()->Register( "lua_stackonmalloc",&g_dumpStackOnAlloc,0 ); |
| 449 | } |
| 450 | } |
| 451 | |
| 452 | ////////////////////////////////////////////////////////////////////////// |
| 453 | void CScriptSystem::EnableDebugger(IScriptDebugSink *pDebugSink) |
no test coverage detected