Пример #1
0
        public systemAlias::Tuple <double, double> GetImpactPos(global::KRPC.Client.Services.SpaceCenter.Vessel vessel)
        {
            var _args = new ByteString[] {
                global::KRPC.Client.Encoder.Encode(vessel, typeof(global::KRPC.Client.Services.SpaceCenter.Vessel))
            };
            ByteString _data = connection.Invoke("Impact", "GetImpactPos", _args);

            return((systemAlias::Tuple <double, double>)global::KRPC.Client.Encoder.Decode(_data, typeof(systemAlias::Tuple <double, double>), connection));
        }
Пример #2
0
        public global::System.Collections.Generic.IList <String> GetMessages()
        {
            ByteString _data = connection.Invoke("KIPC", "GetMessages");

            return((global::System.Collections.Generic.IList <String>)global::KRPC.Client.Encoder.Decode(_data, typeof(global::System.Collections.Generic.IList <String>), connection));
        }
Пример #3
0
        public systemAlias::Tuple <float, float, float> CorrectedDirection()
        {
            ByteString _data = connection.Invoke("Trajectories", "CorrectedDirection");

            return((systemAlias::Tuple <float, float, float>)global::KRPC.Client.Encoder.Decode(_data, typeof(systemAlias::Tuple <float, float, float>), connection));
        }
Пример #4
0
        public double GetImpactTime()
        {
            ByteString _data = connection.Invoke("Trajectories", "GetImpactTime");

            return((double)global::KRPC.Client.Encoder.Decode(_data, typeof(double), connection));
        }