Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
KLF
KLFVesselDetail
C# Class KLF.KLFVesselDetail
Afficher le fichier
Open project: SodiumEyes/KerbalLiveFeed
Class Usage Examples
Méthodes publiques
Свойство
Type
Description
activity
Activity
idle
bool
mass
float
numCrew
byte
percentFuel
byte
percentRCS
byte
Méthodes publiques
Méthode
Description
KLFVesselDetail
( ) :
System
Method Details
KLFVesselDetail()
public
méthode
public
KLFVesselDetail
( ) :
System
Résultat
System
Property Details
activity
public_oe property
The specific activity the vessel is performing in its situation
public
Activity
activity
Résultat
Activity
idle
public_oe property
Whether or not the player controlling this vessel is idle
public
bool
idle
Résultat
bool
mass
public_oe property
The mass of the vessel
public
float
mass
Résultat
float
numCrew
public_oe property
The number of crew the vessel is holding. byte.Max signifies not applicable
public
byte
numCrew
Résultat
byte
percentFuel
public_oe property
The percentage of fuel remaining in the vessel. byte.Max signifies no fuel capacity
public
byte
percentFuel
Résultat
byte
percentRCS
public_oe property
The percentage of rcs fuel remaining in the vessel. byte.Max signifies no rcs capacity
public
byte
percentRCS
Résultat
byte