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

Method SetTitle

LuaSTGPlus/LuaWrapper.cpp:490–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488 return 0;
489 }
490 static int SetTitle(lua_State* L)LNOEXCEPT
491 {
492 LAPP.SetTitle(luaL_checkstring(L, 1));
493 return 0;
494 }
495 static int SystemLog(lua_State* L)LNOEXCEPT
496 {
497 LINFO("脚本日志:%m", luaL_checkstring(L, 1));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected