Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Classes | Enumerations
FlightGlobals.cs File Reference

Classes

class  FlightGlobals
 This class keeps all sorts of flight-related information that need to be accessed globally. Here are methods for sampling gravity, air pressure, temperature for any given flight state, as well as publicly available references to planet positions and other stuff. More...
 

Enumerations

enum  ClearToSaveStatus {
  ClearToSaveStatus.CLEAR, ClearToSaveStatus.NOT_IN_ATMOSPHERE, ClearToSaveStatus.NOT_UNDER_ACCELERATION, ClearToSaveStatus.NOT_WHILE_MOVING_OVER_SURFACE,
  ClearToSaveStatus.NOT_WHILE_ABOUT_TO_CRASH, ClearToSaveStatus.NOT_WHILE_ON_A_LADDER, ClearToSaveStatus.NOT_WHILE_THROTTLED_UP, ClearToSaveStatus.ORBIT_EVENT_IMMINENT
}
 
enum  FoRModes {
  FoRModes.SRF_NORTH, FoRModes.SRF_VEL, FoRModes.SRF_HDG, FoRModes.OBT_ABS,
  FoRModes.OBT_PLN, FoRModes.OBT_VEL, FoRModes.OBT_CTR, FoRModes.SHP_REL
}
 
enum  VesselTargetModes { VesselTargetModes.None, VesselTargetModes.Direction, VesselTargetModes.DirectionAndVelocity, VesselTargetModes.DirectionVelocityAndOrientation }
 

Enumeration Type Documentation

Enumerator
CLEAR 
NOT_IN_ATMOSPHERE 
NOT_UNDER_ACCELERATION 
NOT_WHILE_MOVING_OVER_SURFACE 
NOT_WHILE_ABOUT_TO_CRASH 
NOT_WHILE_ON_A_LADDER 
NOT_WHILE_THROTTLED_UP 
ORBIT_EVENT_IMMINENT 
enum FoRModes
Enumerator
SRF_NORTH 
SRF_VEL 
SRF_HDG 
OBT_ABS 
OBT_PLN 
OBT_VEL 
OBT_CTR 
SHP_REL 
Enumerator
None 
Direction 
DirectionAndVelocity 
DirectionVelocityAndOrientation