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 va…
確定! 回上一頁