C# Class KerbalEngineer.VesselSimulator.SimManager

Show file Open project: CYBUTEK/KerbalEngineer Class Usage Examples

Public Properties

Property Type Description
dumpTree bool
log LogMsg
logOutput bool
minSimTime System.TimeSpan
vectoredThrust bool

Public Methods

Method Description
DoesEngineUseCorrectedThrust ( Part theEngine ) : bool
GetVesselTypeString ( VesselType vesselType ) : String
RequestSimulation ( ) : void
ResultsReady ( ) : bool
TryStartSimulation ( ) : void
UpdateModSettings ( ) : void

Private Methods

Method Description
CheckForMods ( ) : void
ClearResults ( ) : void
RunSimulation ( object simObject ) : void
StartSimulation ( ) : void

Method Details

DoesEngineUseCorrectedThrust() public static method

public static DoesEngineUseCorrectedThrust ( Part theEngine ) : bool
theEngine Part
return bool

GetVesselTypeString() public static method

public static GetVesselTypeString ( VesselType vesselType ) : String
vesselType VesselType
return String

RequestSimulation() public static method

public static RequestSimulation ( ) : void
return void

ResultsReady() public static method

public static ResultsReady ( ) : bool
return bool

TryStartSimulation() public static method

public static TryStartSimulation ( ) : void
return void

UpdateModSettings() public static method

public static UpdateModSettings ( ) : void
return void

Property Details

dumpTree public static property

public static bool dumpTree
return bool

log public static property

public static LogMsg log
return LogMsg

logOutput public static property

public static bool logOutput
return bool

minSimTime public static property

public static TimeSpan,System minSimTime
return System.TimeSpan

vectoredThrust public static property

public static bool vectoredThrust
return bool