C# Class MissionController.CrashGoal

Inheritance: MissionGoal
Show file Open project: pweingardt/KSPMissionController

Public Properties

Property Type Description
body String

Public Methods

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

Protected Methods

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

Method Details

CrashGoal() public method

public CrashGoal ( ) : 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

body public property

public String body
return String