Your use of lua_gettable is wrong. Have a look at the Lua manual: void lua_gettable (lua_State *L, int index);. Pushes onto the stack the value t[k] , where ...
確定! 回上一頁