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
Mostra file Open project: pweingardt/KSPMissionController

Public Properties

Property Type Description
maxAmount double
minAmount double
name String

Protected Methods

Method Description
values ( Vessel vessel, GameEvent events ) : List

Method Details

values() protected method

protected values ( Vessel vessel, GameEvent events ) : List
vessel Vessel
events GameEvent
return List

Property Details

maxAmount public_oe property

public double maxAmount
return double

minAmount public_oe property

public double minAmount
return double

name public_oe property

public String name
return String