Table of Contents

Struct FlightCtrlStateIncremental

Namespace
KSP.Sim.State
Assembly
Assembly-CSharp.dll
public struct FlightCtrlStateIncremental
Inherited Members
Extension Methods

Fields

X

public float? X

Field Value

float?

Y

public float? Y

Field Value

float?

Z

public float? Z

Field Value

float?

brakes

public bool? brakes

Field Value

bool?

gearDown

public bool? gearDown

Field Value

bool?

gearUp

public bool? gearUp

Field Value

bool?

headlight

public bool? headlight

Field Value

bool?

inputPitch

public float? inputPitch

Field Value

float?

inputRoll

public float? inputRoll

Field Value

float?

inputYaw

public float? inputYaw

Field Value

float?

killRot

public bool? killRot

Field Value

bool?

mainThrottle

public float? mainThrottle

Field Value

float?

pitch

public float? pitch

Field Value

float?

pitchTrim

public float? pitchTrim

Field Value

float?

roll

public float? roll

Field Value

float?

rollTrim

public float? rollTrim

Field Value

float?

stage

public bool? stage

Field Value

bool?

wheelSteer

public float? wheelSteer

Field Value

float?

wheelSteerTrim

public float? wheelSteerTrim

Field Value

float?

wheelThrottle

public float? wheelThrottle

Field Value

float?

wheelThrottleTrim

public float? wheelThrottleTrim

Field Value

float?

yaw

public float? yaw

Field Value

float?

yawTrim

public float? yawTrim

Field Value

float?

Methods

ApplyTo(FlightCtrlState)

public FlightCtrlState ApplyTo(FlightCtrlState baseState)

Parameters

baseState FlightCtrlState

Returns

FlightCtrlState

HasValues()

public bool HasValues()

Returns

bool