MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / SystemLog

Method SystemLog

LuaSTGPlus/LuaWrapper.cpp:495–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493 return 0;
494 }
495 static int SystemLog(lua_State* L)LNOEXCEPT
496 {
497 LINFO("脚本日志:%m", luaL_checkstring(L, 1));
498 return 0;
499 }
500 static int Print(lua_State* L)LNOEXCEPT
501 {
502 int n = lua_gettop(L);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected