Table of Contents

Interface IPartModule

Namespace
KSP.Sim
Assembly
Assembly-CSharp.dll
public interface IPartModule
Extension Methods

Properties

executedAction

ModuleAction executedAction { get; set; }

Property Value

ModuleAction

moduleIsEnabled

bool moduleIsEnabled { get; }

Property Value

bool

part

PartBehavior part { get; set; }

Property Value

PartBehavior

simulationObject

ISimulationObjectView simulationObject { get; set; }

Property Value

ISimulationObjectView

stagingEnabled

bool stagingEnabled { get; }

Property Value

bool

transform

ITransformModel transform { get; }

Property Value

ITransformModel

vessel

VesselBehavior vessel { get; }

Property Value

VesselBehavior

Methods

GetInfo()

string GetInfo()

Returns

string

GetModuleDisplayName()

string GetModuleDisplayName()

Returns

string

Init()

void Init()

IsStageable()

bool IsStageable()

Returns

bool

OnActive()

void OnActive()