void lua_rawgeti (lua_State *L,int index,int n); ... lua_rawgeti pushes the value of the n-th element of the table at stack position index ...
確定! 回上一頁