29 return m_Player.GetStatHeatComfort().Get().ToString();
34 return m_Player.GetStatHeatComfort().Get().ToString();
int m_ID
ID of effect, given by SEffectManager when registered (automatically done when playing through it)
bool m_TrackActivatedTime
void DisableDeactivateCheck()
float m_TickIntervalActive
float m_TickIntervalInactive
const int DEFAULT_TICK_TIME_INACTIVE
const int DEFAULT_TICK_TIME_ACTIVE
override string GetDebugTextSimple()
override void OnTick(PlayerBase player, float deltaT)
override bool ActivateCondition(PlayerBase player)
override bool DeactivateCondition(PlayerBase player)
override string GetDebugText()
override void OnReconnect(PlayerBase player)
static const float ENERGY_LOSS_HC_MINUS_HIGH
static const float WATER_LOSS_HC_PLUS_HIGH
static const float ENERGY_LOSS_THRESHOLD_HC_MINUS_HIGH
static const float ENERGY_LOSS_THRESHOLD_HC_MINUS_LOW
static const float HEALTH_LOSS_HC_MINUS_HIGH
static const float WATER_LOSS_THRESHOLD_HC_PLUS_HIGH
static const float HEALTH_LOSS_HC_MINUS_LOW
static const float HEALTH_LOSS_HC_PLUS_LOW
static const float ENERGY_LOSS_HC_MINUS_LOW
static const float WATER_LOSS_HC_PLUS_LOW
static const float WATER_LOSS_THRESHOLD_HC_PLUS_LOW
static const float HEALTH_LOSS_HC_PLUS_HIGH
static proto float Lerp(float a, float b, float time)
Linearly interpolates between 'a' and 'b' given 'time'.
static proto float Clamp(float value, float min, float max)
Clamps 'value' to 'min' if it is lower than 'min', or to 'max' if it is higher than 'max'.
static proto float InverseLerp(float a, float b, float value)
Calculates the linear value that produces the interpolant value within the range [a,...