MCPcopy Create free account
hub / github.com/MergHQ/CRYENGINE / LuaDumpState

Function LuaDumpState

Code/CryEngine/CryScriptSystem/ScriptSystem.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

DumpStateToFileMethod · 0.80

Tested by

no test coverage detected