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

Method IsValid

LuaSTGPlus/LuaWrapper.cpp:630–633  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

628 return LPOOL.Kill(L);
629 }
630 static int IsValid(lua_State* L)LNOEXCEPT
631 {
632 return LPOOL.IsValid(L);
633 }
634 static int Angle(lua_State* L)LNOEXCEPT
635 {
636 if (lua_gettop(L) == 2)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected