Table of Contents

Class ModuleDeployableGear

Namespace
KSP.Sim.impl
Assembly
Assembly-CSharp.dll
[PartModule]
public class ModuleDeployableGear : MonoBehaviour, IPartModule
Inheritance
ModuleDeployableGear
Implements
Extension Methods

Constructors

ModuleDeployableGear()

public ModuleDeployableGear()

Properties

Actions

public IDictionary<string, BaseAction> Actions { get; }

Property Value

IDictionary<string, BaseAction>

DataContext

public DataContext DataContext { get; }

Property Value

DataContext

Events

public IDictionary<string, BaseEvent> Events { get; }

Property Value

IDictionary<string, BaseEvent>

Fields

public IDictionary<string, BaseField> Fields { get; }

Property Value

IDictionary<string, BaseField>

executedAction

public ModuleAction executedAction { get; set; }

Property Value

ModuleAction

moduleIsEnabled

public bool moduleIsEnabled { get; }

Property Value

bool

part

public PartBehavior part { get; set; }

Property Value

PartBehavior

partOwner

public PartOwnerBehavior partOwner { get; set; }

Property Value

PartOwnerBehavior

simulationObject

public ISimulationObjectView simulationObject { get; set; }

Property Value

ISimulationObjectView

stagingEnabled

public bool stagingEnabled { get; }

Property Value

bool

transform

public ITransformModel transform { get; }

Property Value

ITransformModel

vessel

public VesselBehavior vessel { get; }

Property Value

VesselBehavior

Methods

GetInfo()

public string GetInfo()

Returns

string

GetModuleDisplayName()

public string GetModuleDisplayName()

Returns

string

Init()

public void Init()

IsStageable()

public bool IsStageable()

Returns

bool

OnActive()

public void OnActive()

OnStart(PartModuleStartState)

public void OnStart(PartModuleStartState state)

Parameters

state PartModuleStartState

Update()

public void Update()