Searched defs:lua_gettable (Results 1 – 2 of 2) sorted by relevance
/external/lua/src/ | ||
D | lua.h | 242 LUA_API int (lua_gettable) (lua_State *L, int idx); variable |
D | lapi.c | 612 LUA_API int lua_gettable (lua_State *L, int idx) { in lua_gettable() function |