Struct VesselState
- Namespace
- KSP.Sim.State
- Assembly
- Assembly-CSharp.dll
public struct VesselState
- Inherited Members
-
- Extension Methods
-
Fields
CommandModulesState
public CommandControlState? CommandModulesState
Field Value
- CommandControlState?
ControlState
public VesselControlState? ControlState
Field Value
- VesselControlState?
CurrentControlOwnerPart
public IGGuid? CurrentControlOwnerPart
Field Value
- IGGuid?
MaxAltitudeReachedDuringFlight
public double? MaxAltitudeReachedDuringFlight
Field Value
- double?
PhysicsMode
public PhysicsMode? PhysicsMode
Field Value
- PhysicsMode?
Situation
public VesselSituations? Situation
Field Value
- VesselSituations?
SubVessels
public List<VesselComponent.SubVesselData> SubVessels
Field Value
- List<VesselComponent.SubVesselData>
actionGroupStates
public ActionGroupStates? actionGroupStates
Field Value
- ActionGroupStates?
altimeterMode
public AltimeterDisplayMode? altimeterMode
Field Value
- AltimeterDisplayMode?
autoPilotState
public bool? autoPilotState
Field Value
- bool?
autoSpeedMode
public SpeedDisplayMode? autoSpeedMode
Field Value
- SpeedDisplayMode?
autopilotMode
public AutopilotMode? autopilotMode
Field Value
- AutopilotMode?
currentTargetID
public IGGuid currentTargetID
Field Value
- IGGuid
flightControlsMode
public FlightControlsMode? flightControlsMode
Field Value
- FlightControlsMode?
flightCtrlState
public FlightCtrlStateIncremental? flightCtrlState
Field Value
- FlightCtrlStateIncremental?
isKerbalEVA
Field Value
- bool?
isRCSEnabled
public bool? isRCSEnabled
Field Value
- bool?
landedAtBase
public string landedAtBase
Field Value
- string
landedAtBaseTime
public double? landedAtBaseTime
Field Value
- double?
launchLocation
public OABProvider.LaunchLocation launchLocation
Field Value
- OABProvider.LaunchLocation
launchTime
public double? launchTime
Field Value
- double?
speedMode
public SpeedDisplayMode? speedMode
Field Value
- SpeedDisplayMode?
Methods
GetDefaultStateGround()
public static VesselState GetDefaultStateGround()
Returns
- VesselState
GetDefaultStateOrbit()
public static VesselState GetDefaultStateOrbit()
Returns
- VesselState