Show / Hide Table of Contents

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 Source

AccumulatedFrametime

Declaration
public float AccumulatedFrametime
Field Value
Type Description
System.Single

Properties

| Improve this Doc View Source

ImplicitHeatRegulation

Amount of heat regulation that represents thermal regulation processes not explicitly coded.

Declaration
public float ImplicitHeatRegulation { get; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

MetabolismHeat

Heat generated due to metabolism. It's generated via metabolism

Declaration
public float MetabolismHeat { get; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

NormalBodyTemperature

Normal body temperature

Declaration
public float NormalBodyTemperature { get; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

RadiatedHeat

Heat output via radiation.

Declaration
public float RadiatedHeat { get; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

ShiveringHeatRegulation

Maximum heat regulated via shivering

Declaration
public float ShiveringHeatRegulation { get; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

SweatHeatRegulation

Maximum heat regulated via sweat

Declaration
public float SweatHeatRegulation { get; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

ThermalRegulationTemperatureThreshold

Deviation from normal temperature for body to start thermal regulation

Declaration
public float ThermalRegulationTemperatureThreshold { get; }
Property Value
Type Description
System.Single
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾