![]() |
Kerbal Space Program
1.12.4
|
Public Member Functions | |
| void | ClearAppEvents () |
| override List< Type > | GetSupportedTypes () |
| Get the list of supported module Types that can be attached to this list More... | |
| void | StartAppEvents () |
| VesselRestrictionList (MENode node) | |
| The constructor for the DynamicModuleList 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... | |
Properties | |
| List< VesselRestriction > | ActiveRestrictions [get] |
| Returns the VesselRestrictions that have been added by the mission editor in this list. 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 |
The constructor for the DynamicModuleList
|
inline |
|
inlinevirtual |
Get the list of supported module Types that can be attached to this list
Reimplemented from Expansions.Missions.DynamicModuleList.
|
inline |
|
get |
Returns the VesselRestrictions that have been added by the mission editor in this list.
1.8.7