MCPcopy Create free account
hub / github.com/Tencent/UnLua / lua53_rawgeti

Function lua53_rawgeti

Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.cpp:110–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108static int lua53_getfield(lua_State *L, int idx, const char *field)
109{ return lua_getfield(L, idx, field), lua_type(L, -1); }
110static int lua53_rawgeti(lua_State *L, int idx, lua_Integer i)
111{ return lua_rawgeti(L, idx, i), lua_type(L, -1); }
112static int lua53_rawgetp(lua_State *L, int idx, const void *p)
113{ return lua_rawgetp(L, idx, p), lua_type(L, -1); }
114#endif

Callers 1

lpbE_repeatedFunction · 0.85

Calls 2

lua_rawgetiFunction · 0.85
lua_typeFunction · 0.85

Tested by

no test coverage detected