| 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)); |
nothing calls this directly
no outgoing calls
no test coverage detected