C# Class KLF.KLFVesselDetail

Show file Open project: SodiumEyes/KerbalLiveFeed Class Usage Examples

Public Properties

Property Type Description
activity Activity
idle bool
mass float
numCrew byte
percentFuel byte
percentRCS byte

Public Methods

Method Description
KLFVesselDetail ( ) : System

Method Details

KLFVesselDetail() public method

public KLFVesselDetail ( ) : 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