MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / print_stack

Method print_stack

ogsr_engine/COMMON_AI/script_engine.cpp:532–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530}
531
532void CScriptEngine::print_stack() { Log(get_lua_traceback(lua())); }
533
534void CScriptEngine::script_log(ScriptStorage::ELuaMessageType tLuaMessageType, const char* caFormat,
535 ...) // Используется в очень многих местах //Очень много пишет в лог.

Callers 2

ChangeTeamMethod · 0.80
ScriptCrashHandlerFunction · 0.80

Calls 3

LogFunction · 0.85
luaFunction · 0.85
get_lua_tracebackFunction · 0.70

Tested by

no test coverage detected