C# 클래스 MissionController.MissionStatus

파일 보기 프로젝트 열기: pweingardt/KSPMissionController 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
clientControlled bool
endOfLife double
lastPassiveRewardTime double
missionName String
passiveReward int
punishment int
repeatable bool
repeatableSameVessel bool
vesselGuid String

공개 메소드들

메소드 설명
MissionStatus ( ) : System
MissionStatus ( String mission, String vesselGuid ) : System

메소드 상세

MissionStatus() 공개 메소드

public MissionStatus ( ) : System
리턴 System

MissionStatus() 공개 메소드

public MissionStatus ( String mission, String vesselGuid ) : System
mission String
vesselGuid String
리턴 System

프로퍼티 상세

clientControlled 공개적으로 프로퍼티

public bool clientControlled
리턴 bool

endOfLife 공개적으로 프로퍼티

public double endOfLife
리턴 double

lastPassiveRewardTime 공개적으로 프로퍼티

public double lastPassiveRewardTime
리턴 double

missionName 공개적으로 프로퍼티

public String missionName
리턴 String

passiveReward 공개적으로 프로퍼티

public int passiveReward
리턴 int

punishment 공개적으로 프로퍼티

public int punishment
리턴 int

repeatable 공개적으로 프로퍼티

public bool repeatable
리턴 bool

repeatableSameVessel 공개적으로 프로퍼티

public bool repeatableSameVessel
리턴 bool

vesselGuid 공개적으로 프로퍼티

public String vesselGuid
리턴 String