C# Class MissionController.SubMissionGoal

A submission that consists of several mission goals
Inheritance: MissionGoal
Show file Open project: pweingardt/KSPMissionController

Public Properties

Property Type Description
subGoals List

Public Methods

Method Description
SubMissionGoal ( ) : System
add ( MissionGoal c ) : void
getType ( ) : String
isDone ( Vessel vessel, GameEvent events ) : bool

Protected Methods

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

Method Details

SubMissionGoal() public method

public SubMissionGoal ( ) : System
return System

add() public method

public add ( MissionGoal c ) : void
c MissionGoal
return void

getType() public method

public getType ( ) : String
return String

isDone() public method

public isDone ( Vessel vessel, GameEvent events ) : bool
vessel Vessel
events GameEvent
return bool

values() protected method

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

Property Details

subGoals public property

public List subGoals
return List