| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected