Table of Contents

Interface IOrbitControllableInput

Namespace
KSP
Assembly
Assembly-CSharp.dll
public interface IOrbitControllableInput : IOrbitControlInput, IFlightControlInput, IControlInput, IVehicleControlsReader, IFlightControlReader, IOrbitControlReader
Inherited Members
Extension Methods

Methods

AtomicSet(FlightCtrlStateIncremental)

void AtomicSet(FlightCtrlStateIncremental state)

Parameters

state FlightCtrlStateIncremental

AtomicSet(float?, float?, float?, float?, float?, float?, float?, float?, float?, float?, float?, float?, float?, float?, bool?, bool?, bool?, bool?)

void AtomicSet(float? mainThrottle, float? roll, float? yaw, float? pitch, float? rollTrim, float? yawTrim, float? pitchTrim, float? wheelSteer, float? wheelSteerTrim, float? wheelThrottle, float? wheelThrottleTrim, float? X, float? Y, float? Z, bool? killRot, bool? gearUp, bool? gearDown, bool? headlight)

Parameters

mainThrottle float?
roll float?
yaw float?
pitch float?
rollTrim float?
yawTrim float?
pitchTrim float?
wheelSteer float?
wheelSteerTrim float?
wheelThrottle float?
wheelThrottleTrim float?
X float?
Y float?
Z float?
killRot bool?
gearUp bool?
gearDown bool?
headlight bool?