Table of Contents

Class Module_Gantry

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

Constructors

Module_Gantry()

public Module_Gantry()

Fields

VESSEL_EXIT_LOCATION

public const string VESSEL_EXIT_LOCATION = "VesselLaunchPoint"

Field Value

string

_moduleData

protected Data_Gantry _moduleData

Field Value

Data_Gantry

Properties

PartComponentModuleType

public override Type PartComponentModuleType { get; }

Property Value

Type

Methods

AddDataModules()

protected override void AddDataModules()

OnCreateVessel()

public void OnCreateVessel()

OnInitialize()

protected override void OnInitialize()

OnShutdown()

protected override void OnShutdown()