Class Data_Cooler
- Namespace
- KSP.Modules
- Assembly
- Assembly-CSharp.dll
public sealed class Data_Cooler : ModuleData
- Inheritance
-
Data_Cooler
- Inherited Members
-
- Extension Methods
-
Constructors
Data_Cooler()
Fields
public List<ResourceDefinitionID> InputResourcesIDs
Field Value
- List<ResourceDefinitionID>
RequestConfigs
public List<ResourceFlowRequestCommandConfig> RequestConfigs
Field Value
- List<ResourceFlowRequestCommandConfig>
coolerEnabled
[LocalizedField("PartModules/Cooler/Enabled")]
[KSPState(CopyToSymmetrySet = true)]
public ModuleProperty<bool> coolerEnabled
Field Value
- ModuleProperty<bool>
coolerStatusText
[KSPState]
[LocalizedField("PartModules/Cooler/Status")]
public ModuleProperty<string> coolerStatusText
Field Value
- ModuleProperty<string>
currentCoolerState
[KSPState]
public CoolerStates currentCoolerState
Field Value
- CoolerStates
emissiveLerpRateDown
[KSPDefinition]
public float emissiveLerpRateDown
Field Value
- float
emissiveLerpRateUp
[KSPDefinition]
public float emissiveLerpRateUp
Field Value
- float
emissiveMaterialNames
[KSPDefinition]
public List<string> emissiveMaterialNames
Field Value
- List<string>
fluxRemoved
[KSPDefinition]
public double fluxRemoved
Field Value
- double
fxGroupName
[KSPDefinition]
public string fxGroupName
Field Value
- string
fxPrefab
[KSPDefinition]
public string fxPrefab
Field Value
- string
hasEnoughResources
[KSPState]
public bool hasEnoughResources
Field Value
- bool
[KSPState]
public bool isTransformInContact
Field Value
- bool
requiredResources
[KSPDefinition]
public List<PartModuleResourceSetting> requiredResources
Field Value
- List<PartModuleResourceSetting>
resourceDiplayNames
[KSPState]
public string[] resourceDiplayNames
Field Value
- string[]
Properties
ModuleType
public override Type ModuleType { get; }
Property Value
- Type
Methods
SetupResourceRequest(ResourceFlowRequestBroker)
public override void SetupResourceRequest(ResourceFlowRequestBroker resourceFlowRequestBroker)
Parameters
resourceFlowRequestBroker ResourceFlowRequestBroker