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

Function xlua_rawseti

WebGLPlugins/xlua.c:173–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173LUA_API void xlua_rawseti (lua_State *L, int idx, int64_t n) {
174 lua_rawseti(L, idx, (lua_Integer)n);
175}
176
177LUA_API int xlua_ref_indirect(lua_State *L, int indirectRef) {
178 int ret = 0;

Callers

nothing calls this directly

Calls 1

lua_rawsetiFunction · 0.85

Tested by

no test coverage detected