Kerbal Space Program
1.12.4
|
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...
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... | |
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
|
inlinestatic |
All new instances of VesselDeltaV will have StockSimulations enabled
|
inlinestatic |
All new instances of VesselDeltaV will have StockSimulations enabled
|
inlinevirtual |
DeltaVAppValues DeltaVGlobals.deltaVAppValues |
|
static |
|
staticget |
|
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
|
staticget |
|
staticgetset |
Any Propellant name in this List will be ignored for all DeltaV calcs. Currently includes: IntakeAir and ElectricCharge.