Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
KMP
KMPVesselDetail
C# Class KMP.KMPVesselDetail
Show file
Open project: TehGimp/KerbalMultiPlayer
Class Usage Examples
Public Properties
Property
Type
Description
activity
Activity
idle
bool
mass
float
numCrew
byte
percentFuel
byte
percentRCS
byte
Public Methods
Method
Description
KMPVesselDetail
( ) :
System
Method Details
KMPVesselDetail()
public
method
public
KMPVesselDetail
( ) :
System
return
System
Property Details
activity
public property
The specific activity the vessel is performing in its situation
public
Activity
activity
return
Activity
idle
public property
Whether or not the player controlling this vessel is idle
public
bool
idle
return
bool
mass
public property
The mass of the vessel
public
float
mass
return
float
numCrew
public property
The number of crew the vessel is holding. byte.Max signifies not applicable
public
byte
numCrew
return
byte
percentFuel
public property
The percentage of fuel remaining in the vessel. byte.Max signifies no fuel capacity
public
byte
percentFuel
return
byte
percentRCS
public property
The percentage of rcs fuel remaining in the vessel. byte.Max signifies no rcs capacity
public
byte
percentRCS
return
byte