Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Properties | List of all members
FlightLogger Class Reference

FlightLoggers collects information about the flight, so it can display them later More...

Inheritance diagram for FlightLogger:

Public Member Functions

void AttemptVesselSwitch ()
 
void FixedUpdate ()
 
void LogEvent (string message, EventReport report)
 
void LogEvent (string message)
 
IEnumerator waitAndEndFlight (Vessel v, FlightEndModes endMode)
 

Static Public Member Functions

static string getMissionStats ()
 
static void IgnoreGeeForces (float duration)
 

Public Attributes

float attemptSwitchWait = 0.5f
 
float endFlightWait = 4f
 
double missionTime = 0.0
 

Static Public Attributes

static List< string > eventLog
 
static FlightLogger fetch
 
static bool LogGees
 

Properties

static bool LiftOff [get]
 
static double met [get]
 

Detailed Description

FlightLoggers collects information about the flight, so it can display them later

Member Function Documentation

void FlightLogger.AttemptVesselSwitch ( )
inline
void FlightLogger.FixedUpdate ( )
inline
static string FlightLogger.getMissionStats ( )
inlinestatic
static void FlightLogger.IgnoreGeeForces ( float  duration)
inlinestatic
void FlightLogger.LogEvent ( string  message,
EventReport  report 
)
inline

< avoid repeated messages

void FlightLogger.LogEvent ( string  message)
inline

< avoid repeated messages

IEnumerator FlightLogger.waitAndEndFlight ( Vessel  v,
FlightEndModes  endMode 
)
inline

< disable the end dialog if it was possible to switch to another vessel.

Member Data Documentation

float FlightLogger.attemptSwitchWait = 0.5f
float FlightLogger.endFlightWait = 4f
List<string> FlightLogger.eventLog
static
FlightLogger FlightLogger.fetch
static
bool FlightLogger.LogGees
static
double FlightLogger.missionTime = 0.0

Property Documentation

bool FlightLogger.LiftOff
staticget
double FlightLogger.met
staticget

The documentation for this class was generated from the following file: