![]() |
Kerbal Space Program
1.12.4
|
Public Member Functions | |
| void | AwardScore (Mission mission) |
| Awards the score to the mission score based on the active score modules More... | |
| string | AwarededScoreDescription () |
| override List< Type > | GetSupportedTypes () |
| Get the list of supported module Types that can be attached to this list More... | |
| MissionScore (MENode node) | |
| Creates a new instance of the mission score class More... | |
| string | ScoreDescription () |
| Get the score description text from the combined active score modules 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... | |
Static Public Member Functions | |
| static void | AddGlobalScoreModule (Type scoreModule) |
| Add a score module to the global scoring modules More... | |
Properties | |
| static List< Type > | globalScoreModules [get, set] |
| List of available global score modules More... | |
| IScoreableObjective | scoreableObjective [get] |
| Get the reference to the docked node scoreable objective More... | |
Properties inherited from Expansions.Missions.DynamicModuleList | |
| MENode | node [get, set] |
| Reference to the Missions Expansion node More... | |
Additional Inherited Members | |
Public Attributes inherited from Expansions.Missions.DynamicModuleList | |
| List< DynamicModule > | activeModules |
| List of active modules More... | |
Protected Attributes inherited from Expansions.Missions.DynamicModuleList | |
| string | moduleNodeName = "MODULE" |
| string | rootNodeName = "MODULES" |
| List< Type > | supportedTypes |
| List of supported module Types More... | |
|
inline |
Creates a new instance of the mission score class
|
inlinestatic |
Add a score module to the global scoring modules
| scoreModule |
|
inline |
Awards the score to the mission score based on the active score modules
| mission |
|
inline |
Get the awarded score description from the combiened active score modules
|
inlinevirtual |
Get the list of supported module Types that can be attached to this list
Reimplemented from Expansions.Missions.DynamicModuleList.
|
inline |
Get the score description text from the combined active score modules
|
staticgetset |
List of available global score modules
|
get |
Get the reference to the docked node scoreable objective
1.8.7