C# Class MissionController.MissionStatus

ファイルを表示 Open project: pweingardt/KSPMissionController Class Usage Examples

Public Properties

Property Type Description
clientControlled bool
endOfLife double
lastPassiveRewardTime double
missionName String
passiveReward int
punishment int
repeatable bool
repeatableSameVessel bool
vesselGuid String

Public Methods

Method Description
MissionStatus ( ) : System
MissionStatus ( String mission, String vesselGuid ) : System

Method Details

MissionStatus() public method

public MissionStatus ( ) : System
return System

MissionStatus() public method

public MissionStatus ( String mission, String vesselGuid ) : System
mission String
vesselGuid String
return System

Property Details

clientControlled public_oe property

public bool clientControlled
return bool

endOfLife public_oe property

public double endOfLife
return double

lastPassiveRewardTime public_oe property

public double lastPassiveRewardTime
return double

missionName public_oe property

public String missionName
return String

passiveReward public_oe property

public int passiveReward
return int

punishment public_oe property

public int punishment
return int

repeatable public_oe property

public bool repeatable
return bool

repeatableSameVessel public_oe property

public bool repeatableSameVessel
return bool

vesselGuid public_oe property

public String vesselGuid
return String