void lua_rawseti (lua_State *L, int index, int n);. Does the equivalent of t[n] = v , where t is the value at the given valid index and v is the value at ...
確定! 回上一頁