| 73 | gEnv->pScriptSystem->ShowDebugger(NULL, 0, ""); |
| 74 | } |
| 75 | void LuaDumpState(IConsoleCmdArgs* /* pArgs */) |
| 76 | { |
| 77 | ((CScriptSystem*)gEnv->pScriptSystem)->DumpStateToFile("LuaState.txt"); |
| 78 | } |
| 79 | void ReloadScriptCmd(IConsoleCmdArgs* pArgs) |
| 80 | { |
| 81 | int nArgs = pArgs->GetArgCount(); |
nothing calls this directly
no test coverage detected