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

Method Del

LuaSTGPlus/LuaWrapper.cpp:622–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620 return LPOOL.New(L);
621 }
622 static int Del(lua_State* L)LNOEXCEPT
623 {
624 return LPOOL.Del(L);
625 }
626 static int Kill(lua_State* L)LNOEXCEPT
627 {
628 return LPOOL.Kill(L);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected