MCPcopy Create free account
hub / github.com/Tencent/xLua / xlua_rawgeti

Function xlua_rawgeti

WebGLPlugins/xlua.c:169–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169LUA_API void xlua_rawgeti (lua_State *L, int idx, int64_t n) {
170 lua_rawgeti(L, idx, (lua_Integer)n);
171}
172
173LUA_API void xlua_rawseti (lua_State *L, int idx, int64_t n) {
174 lua_rawseti(L, idx, (lua_Integer)n);

Callers 1

lua_getrefMethod · 0.85

Calls 1

lua_rawgetiFunction · 0.85

Tested by

no test coverage detected