C# Class MissionController.PartGoal

A mission goal that requires a certain amount of a certain part in order to finish the mission.
Inheritance: MissionGoal
显示文件 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_oe property

public int maxPartCount
return int

partCount public_oe property

public int partCount
return int

partName public_oe property

public String partName
return String