Table of Contents

Class HandOfKraken

Namespace
KSP.Sim.impl
Assembly
Assembly-CSharp.dll
public class HandOfKraken : IUpdate, IFixedUpdate, IPriorityOverride
Inheritance
HandOfKraken
Implements
Inherited Members
Extension Methods

Constructors

HandOfKraken(PartOwnerBehavior, GameInstance)

public HandOfKraken(PartOwnerBehavior partOwner, GameInstance game)

Parameters

partOwner PartOwnerBehavior
game GameInstance

Properties

ExecutionPriorityOverride

public int ExecutionPriorityOverride { get; }

Property Value

int

ExpectedOrbitPos

public Position ExpectedOrbitPos { get; }

Property Value

Position

HasExpectedOrbitPos

public bool HasExpectedOrbitPos { get; }

Property Value

bool

IsCorrectingOrbit

public bool IsCorrectingOrbit { get; }

Property Value

bool

IsEnabled

public bool IsEnabled { get; set; }

Property Value

bool

IsInOrbitCorrectionDelay

public bool IsInOrbitCorrectionDelay { get; }

Property Value

bool

IsVesselInRBPhysicsMode

public bool IsVesselInRBPhysicsMode { get; }

Property Value

bool

IsVesselUnderAcceleration

public bool IsVesselUnderAcceleration { get; }

Property Value

bool

Methods

OnFixedUpdate(float)

public void OnFixedUpdate(float deltaTime)

Parameters

deltaTime float

OnUpdate(float)

public void OnUpdate(float deltaTime)

Parameters

deltaTime float

StartOrbitCorrectStandOff()

public void StartOrbitCorrectStandOff()