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
DeltaVGlobals Class Reference

This class stores DeltaV stuff that is needed in multiple scenes and not specific to a vessel and its calcs The vessel calcs can be found in More...

Inheritance diagram for DeltaVGlobals:

Public Member Functions

virtual void InitInfoLines ()
 

Static Public Member Functions

static bool DisableStockSimluations ()
 All new instances of VesselDeltaV will have StockSimulations enabled More...
 
static bool EnableStockSimluations ()
 All new instances of VesselDeltaV will have StockSimulations enabled More...
 

Public Attributes

DeltaVAppValues deltaVAppValues
 

Static Public Attributes

static bool ready
 

Properties

static DeltaVAppValues DeltaVAppValues [get]
 
static bool DoStockSimulations [get]
 Setting this to False will turn Off all Stock DV simulations/processing on all Vessels and Ships. More...
 
static DeltaVGlobals fetch [get]
 
static List< int > PropellantsToIgnore [get, set]
 Any Propellant name in this List will be ignored for all DeltaV calcs. Currently includes: IntakeAir and ElectricCharge. More...
 

Detailed Description

This class stores DeltaV stuff that is needed in multiple scenes and not specific to a vessel and its calcs The vessel calcs can be found in

Member Function Documentation

static bool DeltaVGlobals.DisableStockSimluations ( )
inlinestatic

All new instances of VesselDeltaV will have StockSimulations enabled

Returns
static bool DeltaVGlobals.EnableStockSimluations ( )
inlinestatic

All new instances of VesselDeltaV will have StockSimulations enabled

Returns
virtual void DeltaVGlobals.InitInfoLines ( )
inlinevirtual

Member Data Documentation

DeltaVAppValues DeltaVGlobals.deltaVAppValues
bool DeltaVGlobals.ready
static

Property Documentation

DeltaVAppValues DeltaVGlobals.DeltaVAppValues
staticget
bool DeltaVGlobals.DoStockSimulations
staticget

Setting this to False will turn Off all Stock DV simulations/processing on all Vessels and Ships.

As a property so we can add checks and balances later if needed

DeltaVGlobals DeltaVGlobals.fetch
staticget
List<int> DeltaVGlobals.PropellantsToIgnore
staticgetset

Any Propellant name in this List will be ignored for all DeltaV calcs. Currently includes: IntakeAir and ElectricCharge.


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