C# Class MissionController.ResourceGoal

A mission goal that requires a certain amount of a certain resource in order to finish the mission goal.
Inheritance: MissionGoal
Afficher le fichier Open project: pweingardt/KSPMissionController

Méthodes publiques

Свойство Type Description
maxAmount double
minAmount double
name String

Méthodes protégées

Méthode Description
values ( Vessel vessel, GameEvent events ) : List

Method Details

values() protected méthode

protected values ( Vessel vessel, GameEvent events ) : List
vessel Vessel
events GameEvent
Résultat List

Property Details

maxAmount public_oe property

public double maxAmount
Résultat double

minAmount public_oe property

public double minAmount
Résultat double

name public_oe property

public String name
Résultat String