|
| bool | checkVesselWithinFlightEnvelope (Vessel v) |
| |
| | ReachFlightEnvelope () |
| |
| | ReachFlightEnvelope (CelestialBody dest, Vessel.Situations sit, string biomeName, float maxAlt, float minAlt, float maxSpd, float minSpd, string title) |
| |
| ContractParameter | AddParameter (ContractParameter parameter, string id=null) |
| |
| bool | AllChildParametersComplete () |
| |
| bool | AnyChildParametersFailed () |
| |
| long | CreateID () |
| |
| void | Disable (bool recursive=false) |
| |
| void | Enable () |
| |
| ContractParameter | GetParameter (int index) |
| |
| ContractParameter | GetParameter (string id) |
| |
| ContractParameter | GetParameter (System.Type type) |
| |
| T | GetParameter< T > (string id=null) |
| |
| void | Load (ConfigNode node) |
| |
| void | NestToParent (IContractParameterHost parent) |
| |
| void | ParameterStateUpdate (ContractParameter p) |
| |
| void | Register () |
| |
| void | RemoveParameter (int index) |
| |
| void | RemoveParameter (string id) |
| |
| void | RemoveParameter (System.Type type) |
| |
| void | RemoveParameter (ContractParameter parameter) |
| |
| void | Reset () |
| |
| void | Save (ConfigNode node) |
| |
| void | SetFunds (float completion, CelestialBody body=null) |
| |
| void | SetFunds (float completion, float failure, CelestialBody body=null) |
| |
| void | SetReputation (float completion, float failure, CelestialBody body=null) |
| |
| void | SetReputation (float completion, CelestialBody body=null) |
| |
| void | SetScience (float completion, CelestialBody body=null) |
| |
| void | Unregister () |
| |
| void | Update () |
| |
| Contracts.Parameters.ReachFlightEnvelope.ReachFlightEnvelope |
( |
| ) |
|
|
inline |
| Contracts.Parameters.ReachFlightEnvelope.ReachFlightEnvelope |
( |
CelestialBody |
dest, |
|
|
Vessel.Situations |
sit, |
|
|
string |
biomeName, |
|
|
float |
maxAlt, |
|
|
float |
minAlt, |
|
|
float |
maxSpd, |
|
|
float |
minSpd, |
|
|
string |
title |
|
) |
| |
|
inline |
| bool Contracts.Parameters.ReachFlightEnvelope.checkVesselWithinFlightEnvelope |
( |
Vessel |
v | ) |
|
|
inline |
| override string Contracts.Parameters.ReachFlightEnvelope.GetTitle |
( |
| ) |
|
|
inlineprotectedvirtual |
| override void Contracts.Parameters.ReachFlightEnvelope.OnLoad |
( |
ConfigNode |
node | ) |
|
|
inlineprotectedvirtual |
| override void Contracts.Parameters.ReachFlightEnvelope.OnRegister |
( |
| ) |
|
|
inlineprotectedvirtual |
| override void Contracts.Parameters.ReachFlightEnvelope.OnSave |
( |
ConfigNode |
node | ) |
|
|
inlineprotectedvirtual |
| override void Contracts.Parameters.ReachFlightEnvelope.OnUnregister |
( |
| ) |
|
|
inlineprotectedvirtual |
| string Contracts.Parameters.ReachFlightEnvelope.BiomeName |
| CelestialBody Contracts.Parameters.ReachFlightEnvelope.Destination |
| double Contracts.Parameters.ReachFlightEnvelope.maxAltitude |
| double Contracts.Parameters.ReachFlightEnvelope.maxSpeed |
| double Contracts.Parameters.ReachFlightEnvelope.minAltitude |
| double Contracts.Parameters.ReachFlightEnvelope.minSpeed |
| Vessel Contracts.Parameters.ReachFlightEnvelope.tgtVessel |
|
protected |
| string Contracts.Parameters.ReachFlightEnvelope.title = "" |
|
protected |
| bool Contracts.Parameters.ReachFlightEnvelope.useAltLimits |
| bool Contracts.Parameters.ReachFlightEnvelope.useSpdLimits |
The documentation for this class was generated from the following file: