Like KSPAddon, but for ScenarioModules. Apply this attribute to your subclass of ScenarioModule and KSP will add it to the game at the right time. More...
Public Member Functions | |
| KSPScenario (ScenarioCreationOptions createOptions, params GameScenes[] tgtScenes) | |
| Constructor. More... | |
| bool | HasCreateOption (ScenarioCreationOptions option) |
Public Attributes | |
| ScenarioCreationOptions | createOptions |
| GameScenes[] | tgtScenes |
Properties | |
| GameScenes[] | TargetScenes [get] |
Like KSPAddon, but for ScenarioModules. Apply this attribute to your subclass of ScenarioModule and KSP will add it to the game at the right time.
| KSPScenario.KSPScenario | ( | ScenarioCreationOptions | createOptions, |
| params GameScenes[] | tgtScenes | ||
| ) |
Constructor.
| createOptions | Directions about which games the scenario should be added to. Different options can be combined with the | operator. |
| tgtScenes | A list of the game scenes to which the scenario should be added |
| bool KSPScenario.HasCreateOption | ( | ScenarioCreationOptions | option | ) |
| ScenarioCreationOptions KSPScenario.createOptions |
| GameScenes [] KSPScenario.tgtScenes |
|
get |
1.8.7