lua_rawget
[-1, +1, –]
int lua_rawget (lua_State *L, int index);
Similar to lua_gettable
, but does a raw access (i.e., without metamethods).
lua_rawget
[-1, +1, –]
int lua_rawget (lua_State *L, int index);
Similar to lua_gettable
, but does a raw access (i.e., without metamethods).
Please login to continue.