Class ThermalRegulatorComponent
Inheritance
System.Object
ThermalRegulatorComponent
Namespace: Content.Server.Body.Components
Assembly: Content.Server.dll
Syntax
public sealed class ThermalRegulatorComponent : Component
Fields
| Improve this Doc View SourceAccumulatedFrametime
Declaration
public float AccumulatedFrametime
Field Value
Type | Description |
---|---|
System.Single |
Properties
| Improve this Doc View SourceImplicitHeatRegulation
Amount of heat regulation that represents thermal regulation processes not explicitly coded.
Declaration
public float ImplicitHeatRegulation { get; }
Property Value
Type | Description |
---|---|
System.Single |
MetabolismHeat
Heat generated due to metabolism. It's generated via metabolism
Declaration
public float MetabolismHeat { get; }
Property Value
Type | Description |
---|---|
System.Single |
NormalBodyTemperature
Normal body temperature
Declaration
public float NormalBodyTemperature { get; }
Property Value
Type | Description |
---|---|
System.Single |
RadiatedHeat
Heat output via radiation.
Declaration
public float RadiatedHeat { get; }
Property Value
Type | Description |
---|---|
System.Single |
ShiveringHeatRegulation
Maximum heat regulated via shivering
Declaration
public float ShiveringHeatRegulation { get; }
Property Value
Type | Description |
---|---|
System.Single |
SweatHeatRegulation
Maximum heat regulated via sweat
Declaration
public float SweatHeatRegulation { get; }
Property Value
Type | Description |
---|---|
System.Single |
ThermalRegulationTemperatureThreshold
Deviation from normal temperature for body to start thermal regulation
Declaration
public float ThermalRegulationTemperatureThreshold { get; }
Property Value
Type | Description |
---|---|
System.Single |