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

Method NextObject

LuaSTGPlus/LuaWrapper.cpp:755–758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

753 return 0;
754 }
755 static int NextObject(lua_State* L)LNOEXCEPT
756 {
757 return LPOOL.NextObject(L);
758 }
759 static int ObjList(lua_State* L)LNOEXCEPT
760 {
761 int g = luaL_checkinteger(L, 1); // i(groupId)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected