Пример #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 <global::KRPC.Client.Services.KIPC.Processor> GetProcessors(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("KIPC", "GetProcessors", _args);

            return((global::System.Collections.Generic.IList <global::KRPC.Client.Services.KIPC.Processor>)global::KRPC.Client.Encoder.Decode(_data, typeof(global::System.Collections.Generic.IList <global::KRPC.Client.Services.KIPC.Processor>), connection));
        }
Пример #3
0
        public global::System.Collections.Generic.IList <global::KRPC.Client.Services.SpaceCenter.Part> GetPartsTagged(global::KRPC.Client.Services.SpaceCenter.Vessel vessel, String tag)
        {
            var _args = new ByteString[] {
                global::KRPC.Client.Encoder.Encode(vessel, typeof(global::KRPC.Client.Services.SpaceCenter.Vessel)),
                global::KRPC.Client.Encoder.Encode(tag, typeof(String))
            };
            ByteString _data = connection.Invoke("KIPC", "GetPartsTagged", _args);

            return((global::System.Collections.Generic.IList <global::KRPC.Client.Services.SpaceCenter.Part>)global::KRPC.Client.Encoder.Decode(_data, typeof(global::System.Collections.Generic.IList <global::KRPC.Client.Services.SpaceCenter.Part>), connection));
        }