Table of Contents

Class Module_Command

Namespace
KSP.Modules
Assembly
Assembly-CSharp.dll
public class Module_Command : PartBehaviourModule, IPartModule, IFixedUpdate, IPriorityOverride, IUpdate, IObjectAssemblyPartModule
Inheritance
Module_Command
Implements
Inherited Members
Extension Methods

Constructors

Module_Command()

public Module_Command()

Fields

dataCommand

protected Data_Command dataCommand

Field Value

Data_Command

Properties

IsHibernating

public bool IsHibernating { get; }

Property Value

bool

PartComponentModuleType

public override Type PartComponentModuleType { get; }

Property Value

Type

RemoteControl

public bool RemoteControl { get; }

Property Value

bool

TotalCrewCount

public int TotalCrewCount { get; }

Property Value

int

Methods

AddDataModules()

protected override void AddDataModules()

GetModuleDisplayName()

public override string GetModuleDisplayName()

Returns

string

OnInitialize()

protected override void OnInitialize()

OnModuleOABFixedUpdate(float)

protected override void OnModuleOABFixedUpdate(float deltaTime)

Parameters

deltaTime float

OnModuleUpdate(float)

protected override void OnModuleUpdate(float deltaTime)

Parameters

deltaTime float

OnShutdown()

protected override void OnShutdown()

SetControlPoint(string, bool)

public void SetControlPoint(string newControlPointName, bool setDefaultIfMissingId)

Parameters

newControlPointName string
setDefaultIfMissingId bool