C# Class MissionController.GoalStatus

Datei anzeigen Open project: pweingardt/KSPMissionController Class Usage Examples

Public Properties

Property Type Description
id String
repeatable bool
vesselGuid String

Public Methods

Method Description
GoalStatus ( ) : System
GoalStatus ( String vesselGuid, String id ) : System

Method Details

GoalStatus() public method

public GoalStatus ( ) : System
return System

GoalStatus() public method

public GoalStatus ( String vesselGuid, String id ) : System
vesselGuid String
id String
return System

Property Details

id public_oe property

public String id
return String

repeatable public_oe property

public bool repeatable
return bool

vesselGuid public_oe property

public String vesselGuid
return String