MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / Panic

Method Panic

MonaServer/sources/Script.cpp:80–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80int Script::Panic(lua_State *pState) {
81 SCRIPT_BEGIN(pState)
82 SCRIPT_FATAL(ToPrint(pState,LOG_BUFFER));
83 SCRIPT_END
84 return 0;
85}
86
87lua_State* Script::CreateState() {
88 lua_State* pState = luaL_newstate();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected