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

Method Note

MonaServer/sources/Script.cpp:55–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 return 0;
54}
55int Script::Note(lua_State *pState) {
56 SCRIPT_BEGIN(pState)
57 SCRIPT_LOG(Mona::Logger::LEVEL_NOTE,__FILE__,__LINE__, false, ToPrint(pState,LOG_BUFFER))
58 SCRIPT_END
59 return 0;
60}
61int Script::Info(lua_State *pState) {
62 SCRIPT_BEGIN(pState)
63 SCRIPT_LOG(Mona::Logger::LEVEL_INFO,__FILE__,__LINE__, false, ToPrint(pState,LOG_BUFFER))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected