int lua_rawgeti (lua_State *L, int index, lua_Integer n);. Pushes onto the stack the value of the element n of the table at index ( t[n] in Lua).
確定! 回上一頁