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

Method ResetPool

LuaSTGPlus/LuaWrapper.cpp:741–745  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

739 return 1;
740 }
741 static int ResetPool(lua_State* L)LNOEXCEPT
742 {
743 LPOOL.ResetPool();
744 return 0;
745 }
746 static int DefaultRenderFunc(lua_State* L)LNOEXCEPT
747 {
748 if (!lua_istable(L, 1))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected