... o->position.y = lua_tonumber(L, -1); lua_pop(L, 1); lua_getfield(L, -1, "z"); o->position.z = lua_tonumber(L, -1); lua_pop(L, 2); lua_pushstring(L, ...
確定! 回上一頁