void lua_rawgeti (lua_State *L, int index, int n);. Pushes onto the stack the value t[n] , where t is the value at the given valid index. The access is raw; ...
確定! 回上一頁