Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
KLF
KLFVesselDetail
C# 클래스 KLF.KLFVesselDetail
파일 보기
프로젝트 열기: SodiumEyes/KerbalLiveFeed
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
activity
Activity
idle
bool
mass
float
numCrew
byte
percentFuel
byte
percentRCS
byte
공개 메소드들
메소드
설명
KLFVesselDetail
( ) :
System
메소드 상세
KLFVesselDetail()
공개
메소드
public
KLFVesselDetail
( ) :
System
리턴
System
프로퍼티 상세
activity
공개적으로 프로퍼티
The specific activity the vessel is performing in its situation
public
Activity
activity
리턴
Activity
idle
공개적으로 프로퍼티
Whether or not the player controlling this vessel is idle
public
bool
idle
리턴
bool
mass
공개적으로 프로퍼티
The mass of the vessel
public
float
mass
리턴
float
numCrew
공개적으로 프로퍼티
The number of crew the vessel is holding. byte.Max signifies not applicable
public
byte
numCrew
리턴
byte
percentFuel
공개적으로 프로퍼티
The percentage of fuel remaining in the vessel. byte.Max signifies no fuel capacity
public
byte
percentFuel
리턴
byte
percentRCS
공개적으로 프로퍼티
The percentage of rcs fuel remaining in the vessel. byte.Max signifies no rcs capacity
public
byte
percentRCS
리턴
byte