Kerbal Space Program
1.12.4
|
Public Member Functions | |
bool | checkVesselWithinEnvelope (Vessel v) |
ReachSpeedEnvelope () | |
ReachSpeedEnvelope (float minSpd, float maxSpd) | |
Public Member Functions inherited from Contracts.ContractParameter | |
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 () |
Public Attributes | |
double | maxSpeed |
double | minSpeed |
Public Attributes inherited from Contracts.ContractParameter | |
double | FundsCompletion |
The funds gained for completing this parameter More... | |
double | FundsFailure |
The funds gained for failing this parameter More... | |
EventData< ContractParameter, ParameterState > | OnStateChange = new EventData<ContractParameter, ParameterState>("OnStateChange") |
float | ReputationCompletion |
The reputation gain for completing this parameter More... | |
float | ReputationFailure |
The reputation gain for failing this parameter More... | |
float | ScienceCompletion |
The science gained for completing this parameter More... | |
Protected Member Functions | |
override string | GetTitle () |
override void | OnLoad (ConfigNode node) |
override void | OnReset () |
override void | OnSave (ConfigNode node) |
override void | OnUpdate () |
Protected Member Functions inherited from Contracts.ContractParameter | |
virtual void | AwardCompletion () |
virtual string | GetHashString () |
virtual string | GetMessageComplete () |
virtual string | GetMessageFailed () |
virtual string | GetMessageIncomplete () |
virtual string | GetNotes () |
virtual void | OnParameterStateChange (ContractParameter p) |
virtual void | OnRegister () |
virtual void | OnUnregister () |
virtual void | PenalizeFailure () |
void | SendStateMessage (string title, string message, MessageSystemButton.MessageButtonColor color, MessageSystemButton.ButtonIcons icon) |
Sends user a text message via messaging system More... | |
void | SetComplete () |
void | SetFailed () |
void | SetIncomplete () |
|
inline |
|
inline |
|
inline |
|
inlineprotectedvirtual |
Reimplemented from Contracts.ContractParameter.
|
inlineprotectedvirtual |
Reimplemented from Contracts.ContractParameter.
|
inlineprotectedvirtual |
Reimplemented from Contracts.ContractParameter.
|
inlineprotectedvirtual |
Reimplemented from Contracts.ContractParameter.
|
inlineprotectedvirtual |
Reimplemented from Contracts.ContractParameter.
double Contracts.Parameters.ReachSpeedEnvelope.maxSpeed |
double Contracts.Parameters.ReachSpeedEnvelope.minSpeed |