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

Function catch

ogsr_engine/xrGame/script_engine_help.cpp:410–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408 __except (EXCEPTION_EXECUTE_HANDLER)
409#else
410 catch (...)
411#endif
412 {
413 Msg("Fatal: Exception catched in print_free_functions ");
414 FastMsg("WARNING: incomplete list of the namespaces exported to LUA\n");
415 }
416#if !defined(_CPPUNWIND)
417 }
418 __finally

Callers

nothing calls this directly

Calls 2

MsgFunction · 0.85
FastMsgFunction · 0.85

Tested by

no test coverage detected