Comms#
- class Comms#
Communications for a vessel.
- SpaceCenter.Vessel Vessel { get; }#
Get the vessel.
- Game Scenes:
All
- Boolean HasFlightComputer { get; }#
Whether the vessel has a flight computer on board.
- Game Scenes:
All
- Boolean HasConnectionToGroundStation { get; }#
Whether the vessel has a connection to a ground station.
- Game Scenes:
All
- Double SignalDelayToGroundStation { get; }#
The signal delay between the vessel and the closest ground station, in seconds.
- Game Scenes:
All
- Double SignalDelayToVessel (SpaceCenter.Vessel other)#
The signal delay between the this vessel and another vessel, in seconds.
- Parameters:
- Game Scenes:
All