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

Method RegTTF

LuaSTGPlus/LuaWrapper.cpp:1382–1386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected