Table of Contents

Class Data_Decouple

Namespace
KSP.Modules
Assembly
Assembly-CSharp.dll
public sealed class Data_Decouple : ModuleData
Inheritance
Data_Decouple
Inherited Members
Extension Methods

Constructors

Data_Decouple()

public Data_Decouple()

Fields

EjectionImpulse

[PAMDisplayControl(SortIndex = 2)]
[KSPState(CopyToSymmetrySet = true)]
[SteppedRange(1, 15, 1)]
[LocalizedField("PartModules/Decoupler/Impulse")]
public ModuleProperty<float> EjectionImpulse

Field Value

ModuleProperty<float>

IsStageable

[KSPDefinition]
public bool IsStageable

Field Value

bool

anchorName

[KSPDefinition]
public string anchorName

Field Value

string

automaticDir

[KSPDefinition]
public bool automaticDir

Field Value

bool

ejectionForce

[KSPDefinition]
public float ejectionForce

Field Value

float

explosiveNodeID

[KSPDefinition]
public string explosiveNodeID

Field Value

string

isDecoupled

[KSPState(CopyToSymmetrySet = false)]
[PAMDisplayControl(ExcludeFromContext = true)]
public ModuleProperty<bool> isDecoupled

Field Value

ModuleProperty<bool>

isOmniDecoupler

[KSPDefinition]
public bool isOmniDecoupler

Field Value

bool

Properties

ModuleType

public override Type ModuleType { get; }

Property Value

Type

Methods

Copy(ModuleData)

public override void Copy(ModuleData sourceModuleData)

Parameters

sourceModuleData ModuleData

GetImpulseString(object)

public static string GetImpulseString(object valueObj)

Parameters

valueObj object

Returns

string