public extern bool HasCreateOption(ScenarioCreationOptions option);
 public extern bool HasCreateOption(ScenarioCreationOptions option);
 /// <summary>
 /// Constructor.
 /// </summary>
 /// <param name="createOptions">Directions about which games the scenario should be added to. Different options
 /// can be combined with the | operator.</param>
 /// <param name="tgtScenes">A list of the game scenes to which the scenario should be added</param>
 public extern KSPScenario(ScenarioCreationOptions createOptions, params GameScenes[] tgtScenes);
 /// <summary>
 /// Constructor.
 /// </summary>
 /// <param name="createOptions">Directions about which games the scenario should be added to. Different options
 /// can be combined with the | operator.</param>
 /// <param name="tgtScenes">A list of the game scenes to which the scenario should be added</param>
 public extern KSPScenario(ScenarioCreationOptions createOptions, params GameScenes[] tgtScenes);