Table of Contents

Class PartComponentModule_Heatsink

Namespace
KSP.Sim.impl
Assembly
Assembly-CSharp.dll
public class PartComponentModule_Heatsink : PartComponentModule_Cooler
Inheritance
PartComponentModule_Heatsink
Inherited Members
Extension Methods

Constructors

PartComponentModule_Heatsink()

public PartComponentModule_Heatsink()

Fields

dataHeatsink

protected Data_Heatsink dataHeatsink

Field Value

Data_Heatsink

Properties

CoolerOperational

public override bool CoolerOperational { get; }

Property Value

bool

EnergyApplied

public override double EnergyApplied { get; }

Property Value

double

PartBehaviourModuleType

public override Type PartBehaviourModuleType { get; }

Property Value

Type

Methods

IsEnvironmentTooHot(double)

public bool IsEnvironmentTooHot(double surfaceFluxValue)

Parameters

surfaceFluxValue double

Returns

bool

OnStart(double)

public override void OnStart(double universalTime)

Parameters

universalTime double

OnUpdate(double, double)

public override void OnUpdate(double universalTime, double deltaUniversalTime)

Parameters

universalTime double
deltaUniversalTime double