Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
MissionController
MissionPackage
C# Class MissionController.MissionPackage
A bundle of missions.
ファイルを表示
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_oe property
A small description of your mission package.
public
String
description
return
String
name
public_oe property
The name of this bundle, should be unique
public
String
name
return
String
ownOrder
public_oe property
If true the mission package uses its own order mechanism. Use order for *all* missions
public
bool
ownOrder
return
bool