lua_rawset
[-2, +0, m]
void lua_rawset (lua_State *L, int index);
Similar to lua_settable
, but does a raw assignment (i.e., without metamethods).
lua_rawset
[-2, +0, m]
void lua_rawset (lua_State *L, int index);
Similar to lua_settable
, but does a raw assignment (i.e., without metamethods).
Please login to continue.