Table of Contents

Class PartComponentModule_Command

Namespace
KSP.Sim.impl
Assembly
Assembly-CSharp.dll
public class PartComponentModule_Command : PartComponentModule
Inheritance
PartComponentModule_Command
Inherited Members
Extension Methods

Constructors

PartComponentModule_Command()

public PartComponentModule_Command()

Fields

dataCommand

protected Data_Command dataCommand

Field Value

Data_Command

Properties

NeedResourcesToOperate

protected bool NeedResourcesToOperate { get; }

Property Value

bool

PartBehaviourModuleType

public override Type PartBehaviourModuleType { get; }

Property Value

Type

Methods

OnShutdown()

public override void OnShutdown()

OnStart(double)

public override void OnStart(double universalTime)

Parameters

universalTime double

OnUpdate(double, double)

public override void OnUpdate(double universalTime, double deltaUniversalTime)

Parameters

universalTime double
deltaUniversalTime double