lua_rawgeti (L, 3, 2 ); int id = lua_tointeger(L, -1); // this successfully retrieves id 42 lua_pop(L, 1); lua_rawgeti(L, 3, 3); { // commands table at stack ...
確定! 回上一頁