Table of Contents

Class Module_ReinforcedConnection

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

Constructors

Module_ReinforcedConnection()

public Module_ReinforcedConnection()

Fields

ReinforcedConnectionJointName

public const string ReinforcedConnectionJointName = "ReinforcedConnectionJoint"

Field Value

string

_dataReinforcedConnection

protected Data_ReinforcedConnection _dataReinforcedConnection

Field Value

Data_ReinforcedConnection

Properties

PartComponentModuleType

public override Type PartComponentModuleType { get; }

Property Value

Type

Methods

AddDataModules()

protected override void AddDataModules()

GetModuleDisplayName()

public override string GetModuleDisplayName()

Returns

string

OnInitialize()

protected override void OnInitialize()

OnShutdown()

protected override void OnShutdown()

PartJointBroke(MessageCenterMessage)

protected void PartJointBroke(MessageCenterMessage msg)

Parameters

msg MessageCenterMessage

VesselChanged(MessageCenterMessage)

protected void VesselChanged(MessageCenterMessage msg)

Parameters

msg MessageCenterMessage