DIFF

class UniversalTemperatureSourceSettingsSource

Members 18

float m_TemperatureItemCoef = GameConstants.TEMP_COEF_UTS

used to determine speed of temperature change, and some temperature subsystems

bool m_EnableOnTemperatureControl = false

enable or disable activation/deactivation on set temperature

float m_ActiveTemperatureThreshold = 0.0

UTS will be active on temperature >= to this value

float m_InactiveTemperatureThreshold = 0.0

UTS will be inactive on temperature < to this value

bool m_IsWorldOverriden = true

if the stats can be overriden by coefficient/variables from WorldData (currently TemperatureCap only)

bool m_AffectStat = false

DEPRECATED

float m_TemperatureMin = 0
float m_TemperatureMax = 100