C# 클래스 Tac.VesselInfo

파일 보기 프로젝트 열기: KSP-RO/TacLifeSupport 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
electricityStatus Status
estimatedElectricityConsumptionRate double
estimatedTimeElectricityDepleted double
estimatedTimeFoodDepleted double
estimatedTimeOxygenDepleted double
estimatedTimeWaterDepleted double
foodStatus Status
hibernating bool
lastElectricity double
lastFood double
lastOxygen double
lastUpdate double
lastWater double
maxElectricity double
maxFood double
maxOxygen double
maxWater double
numCrew int
numFrozenCrew int
numOccupiedParts int
oxygenStatus Status
recoveryvessel bool
remainingCO2 double
remainingElectricity double
remainingFood double
remainingOxygen double
remainingWaste double
remainingWasteWater double
remainingWater double
vesselIsPreLaunch bool
vesselName string
vesselSituation Vessel.Situations
vesselType VesselType
waterStatus Status

공개 메소드들

메소드 설명
ClearAmounts ( ) : void
Load ( ConfigNode node ) : VesselInfo
Save ( ConfigNode config ) : ConfigNode
VesselInfo ( string vesselName, Vessel situation, VesselType vesseltype, double currentTime )

메소드 상세

ClearAmounts() 공개 메소드

public ClearAmounts ( ) : void
리턴 void

Load() 공개 정적인 메소드

public static Load ( ConfigNode node ) : VesselInfo
node ConfigNode
리턴 VesselInfo

Save() 공개 메소드

public Save ( ConfigNode config ) : ConfigNode
config ConfigNode
리턴 ConfigNode

VesselInfo() 공개 메소드

public VesselInfo ( string vesselName, Vessel situation, VesselType vesseltype, double currentTime )
vesselName string
situation Vessel
vesseltype VesselType
currentTime double

프로퍼티 상세

electricityStatus 공개적으로 프로퍼티

public Status electricityStatus
리턴 Status

estimatedElectricityConsumptionRate 공개적으로 프로퍼티

public double estimatedElectricityConsumptionRate
리턴 double

estimatedTimeElectricityDepleted 공개적으로 프로퍼티

public double estimatedTimeElectricityDepleted
리턴 double

estimatedTimeFoodDepleted 공개적으로 프로퍼티

public double estimatedTimeFoodDepleted
리턴 double

estimatedTimeOxygenDepleted 공개적으로 프로퍼티

public double estimatedTimeOxygenDepleted
리턴 double

estimatedTimeWaterDepleted 공개적으로 프로퍼티

public double estimatedTimeWaterDepleted
리턴 double

foodStatus 공개적으로 프로퍼티

public Status foodStatus
리턴 Status

hibernating 공개적으로 프로퍼티

public bool hibernating
리턴 bool

lastElectricity 공개적으로 프로퍼티

public double lastElectricity
리턴 double

lastFood 공개적으로 프로퍼티

public double lastFood
리턴 double

lastOxygen 공개적으로 프로퍼티

public double lastOxygen
리턴 double

lastUpdate 공개적으로 프로퍼티

public double lastUpdate
리턴 double

lastWater 공개적으로 프로퍼티

public double lastWater
리턴 double

maxElectricity 공개적으로 프로퍼티

public double maxElectricity
리턴 double

maxFood 공개적으로 프로퍼티

public double maxFood
리턴 double

maxOxygen 공개적으로 프로퍼티

public double maxOxygen
리턴 double

maxWater 공개적으로 프로퍼티

public double maxWater
리턴 double

numCrew 공개적으로 프로퍼티

public int numCrew
리턴 int

numFrozenCrew 공개적으로 프로퍼티

public int numFrozenCrew
리턴 int

numOccupiedParts 공개적으로 프로퍼티

public int numOccupiedParts
리턴 int

oxygenStatus 공개적으로 프로퍼티

public Status oxygenStatus
리턴 Status

recoveryvessel 공개적으로 프로퍼티

public bool recoveryvessel
리턴 bool

remainingCO2 공개적으로 프로퍼티

public double remainingCO2
리턴 double

remainingElectricity 공개적으로 프로퍼티

public double remainingElectricity
리턴 double

remainingFood 공개적으로 프로퍼티

public double remainingFood
리턴 double

remainingOxygen 공개적으로 프로퍼티

public double remainingOxygen
리턴 double

remainingWaste 공개적으로 프로퍼티

public double remainingWaste
리턴 double

remainingWasteWater 공개적으로 프로퍼티

public double remainingWasteWater
리턴 double

remainingWater 공개적으로 프로퍼티

public double remainingWater
리턴 double

vesselIsPreLaunch 공개적으로 프로퍼티

public bool vesselIsPreLaunch
리턴 bool

vesselName 공개적으로 프로퍼티

public string vesselName
리턴 string

vesselSituation 공개적으로 프로퍼티

public Vessel.Situations vesselSituation
리턴 Vessel.Situations

vesselType 공개적으로 프로퍼티

public VesselType vesselType
리턴 VesselType

waterStatus 공개적으로 프로퍼티

public Status waterStatus
리턴 Status