Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
MissionController
MissionPackage
C# Class MissionController.MissionPackage
A bundle of missions.
Show file
Open project: pweingardt/KSPMissionController
Class Usage Examples
Public Properties
Property
Type
Description
description
String
name
String
ownOrder
bool
Public Methods
Method
Description
add
(
Mission
m
) :
void
Method Details
add()
public
method
public
add
(
Mission
m
) :
void
m
Mission
return
void
Property Details
description
public property
A small description of your mission package.
public
String
description
return
String
name
public property
The name of this bundle, should be unique
public
String
name
return
String
ownOrder
public property
If true the mission package uses its own order mechanism. Use order for *all* missions
public
bool
ownOrder
return
bool