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

Method ObjList

LuaSTGPlus/LuaWrapper.cpp:759–766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

757 return LPOOL.NextObject(L);
758 }
759 static int ObjList(lua_State* L)LNOEXCEPT
760 {
761 int g = luaL_checkinteger(L, 1); // i(groupId)
762 lua_pushcfunction(L, WrapperImplement::NextObject);
763 lua_pushinteger(L, g);
764 lua_pushinteger(L, LPOOL.FirstObject(g));
765 return 3;
766 }
767 static int ObjMetaIndex(lua_State* L)LNOEXCEPT
768 {
769 return LPOOL.GetAttr(L);

Callers

nothing calls this directly

Calls 1

FirstObjectMethod · 0.80

Tested by

no test coverage detected