Kerbal Space Program
1.12.4
|
Public Member Functions | |
bool | ContainsDefinition (AwardDefinition definition) |
Helper function to check if the value contains already an instance of award More... | |
void | EvaluateAwards (Mission mission) |
Evalautes the active awards for this mission More... | |
void | FillAwardsList () |
Fill the available modules list with the awards lists More... | |
override List< Type > | GetSupportedTypes () |
Get the supported awards type More... | |
MissionAwards (MENode node) | |
Creates a new instance of the mission awards class More... | |
void | StartTracking () |
Start the awards progress tracking More... | |
void | StopTracking () |
Stop the awards progress tracking More... | |
Public Member Functions inherited from Expansions.Missions.DynamicModuleList | |
virtual object | Clone () |
bool | ContainsModule (Type module) |
Helper function to check if the value contains already an instance of this module More... | |
DynamicModuleList (MENode node) | |
Creates a new instance of the DynamicModuleList class More... | |
override bool | Equals (object obj) |
override int | GetHashCode () |
List< IMENodeDisplay > | GetInternalParameters () |
Get a list of the internal parameters that are used in this module list This conversion between list types can be resolved in .net 4 More... | |
void | Load (ConfigNode node) |
void | Save (ConfigNode node) |
void | SetSupportedTypes (List< Type > supportedModuleTypes) |
Set the list of supported modules More... | |
Public Attributes | |
List< string > | awardedAwards |
Public Attributes inherited from Expansions.Missions.DynamicModuleList | |
List< DynamicModule > | activeModules |
List of active modules More... | |
Additional Inherited Members | |
Protected Attributes inherited from Expansions.Missions.DynamicModuleList | |
string | moduleNodeName = "MODULE" |
string | rootNodeName = "MODULES" |
List< Type > | supportedTypes |
List of supported module Types More... | |
Properties inherited from Expansions.Missions.DynamicModuleList | |
MENode | node [get, set] |
Reference to the Missions Expansion node More... | |
|
inline |
Creates a new instance of the mission awards class
|
inline |
Helper function to check if the value contains already an instance of award
module |
|
inline |
Evalautes the active awards for this mission
mission | Current mission |
|
inline |
Fill the available modules list with the awards lists
|
inlinevirtual |
|
inline |
Start the awards progress tracking
|
inline |
Stop the awards progress tracking
List<string> Expansions.Missions.MissionAwards.awardedAwards |