C# Class MissionController.PartGoal

A mission goal that requires a certain amount of a certain part in order to finish the mission.
Inheritance: MissionGoal
Show file Open project: pweingardt/KSPMissionController

Public Properties

Property Type Description
maxPartCount int
partCount int
partName String

Public Methods

Method Description
PartGoal ( ) : System
getType ( ) : string

Protected Methods

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

Method Details

PartGoal() public method

public PartGoal ( ) : System
return System

getType() public method

public getType ( ) : string
return string

values() protected method

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

Property Details

maxPartCount public property

public int maxPartCount
return int

partCount public property

public int partCount
return int

partName public property

public String partName
return String