|
void | AddPartToRecover (uint partFlightId) |
|
| RecoverPart () |
|
| RecoverPart (string title, CompleteCondition winCondition, CompleteCondition failCondition) |
|
void | RemovePartToRecover (uint partFlightId) |
|
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 () |
|
Enumerator |
---|
None |
|
AllCandidates |
|
AnyCandidate |
|
Contracts.Parameters.RecoverPart.RecoverPart |
( |
| ) |
|
|
inline |
void Contracts.Parameters.RecoverPart.AddPartToRecover |
( |
uint |
partFlightId | ) |
|
|
inline |
override string Contracts.Parameters.RecoverPart.GetTitle |
( |
| ) |
|
|
inlineprotectedvirtual |
override void Contracts.Parameters.RecoverPart.OnLoad |
( |
ConfigNode |
node | ) |
|
|
inlineprotectedvirtual |
override void Contracts.Parameters.RecoverPart.OnRegister |
( |
| ) |
|
|
inlineprotectedvirtual |
override void Contracts.Parameters.RecoverPart.OnSave |
( |
ConfigNode |
node | ) |
|
|
inlineprotectedvirtual |
override void Contracts.Parameters.RecoverPart.OnUnregister |
( |
| ) |
|
|
inlineprotectedvirtual |
void Contracts.Parameters.RecoverPart.RemovePartToRecover |
( |
uint |
partFlightId | ) |
|
|
inline |
List<uint> Contracts.Parameters.RecoverPart.partsToRecover |
string Contracts.Parameters.RecoverPart.title = "" |
The documentation for this class was generated from the following file: