Show / Hide Table of Contents

Class TempAffectingAnomalyComponent

This component is used for handling anomalies that affect the temperature

Inheritance
System.Object
TempAffectingAnomalyComponent
Namespace: Content.Server.Anomaly.Components
Assembly: Content.Server.dll
Syntax
public sealed class TempAffectingAnomalyComponent : Component

Fields

| Improve this Doc View Source

AnomalyHotSpotThreshold

The minimum amount of severity required before the anomaly becomes a hotspot.

Declaration
public float AnomalyHotSpotThreshold
Field Value
Type Description
System.Single
| Improve this Doc View Source

HotspotExposeTemperature

The temperature of the hotspot where the anomaly is

Declaration
public float HotspotExposeTemperature
Field Value
Type Description
System.Single
| Improve this Doc View Source

HotspotExposeVolume

The volume of the hotspot where the anomaly is.

Declaration
public float HotspotExposeVolume
Field Value
Type Description
System.Single
| Improve this Doc View Source

TempChangePerSecond

The the amount the tempurature should be modified by (negative for decreasing temp)

Declaration
public float TempChangePerSecond
Field Value
Type Description
System.Single
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾