Table of Contents

Interface IFlightControlReader

Namespace
KSP.Controllability
Assembly
Assembly-CSharp.dll
public interface IFlightControlReader
Extension Methods

Properties

gearDown

bool gearDown { get; }

Property Value

bool

gearUp

bool gearUp { get; }

Property Value

bool

killRot

bool killRot { get; }

Property Value

bool

mainThrottle

float mainThrottle { get; }

Property Value

float

pitch

float pitch { get; }

Property Value

float

pitchTrim

float pitchTrim { get; }

Property Value

float

roll

float roll { get; }

Property Value

float

rollTrim

float rollTrim { get; }

Property Value

float

yaw

float yaw { get; }

Property Value

float

yawTrim

float yawTrim { get; }

Property Value

float