C# Class MissionController.EVAGoal

An EVA goal.
Inheritance: MissionGoal
Mostra file Open project: pweingardt/KSPMissionController

Public Methods

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

Protected Methods

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

Method Details

EVAGoal() public method

public EVAGoal ( ) : System
return System

getType() public method

public getType ( ) : string
return string

values() protected method

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