| 1380 | return 0; |
| 1381 | } |
| 1382 | static int RegTTF(lua_State* L)LNOEXCEPT |
| 1383 | { |
| 1384 | // 否决的方法 |
| 1385 | return 0; |
| 1386 | } |
| 1387 | static int SetFog(lua_State* L)LNOEXCEPT |
| 1388 | { |
| 1389 | if (lua_gettop(L) == 3) |
nothing calls this directly
no outgoing calls
no test coverage detected