C# Class MissionController.MissionPackage

A bundle of missions.
Afficher le fichier Open project: pweingardt/KSPMissionController Class Usage Examples

Méthodes publiques

Свойство Type Description
description String
name String
ownOrder bool

Méthodes publiques

Méthode Description
add ( Mission m ) : void

Method Details

add() public méthode

public add ( Mission m ) : void
m Mission
Résultat void

Property Details

description public_oe property

A small description of your mission package.
public String description
Résultat String

name public_oe property

The name of this bundle, should be unique
public String name
Résultat String

ownOrder public_oe property

If true the mission package uses its own order mechanism. Use order for *all* missions
public bool ownOrder
Résultat bool