![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| void | WarmthNotfr (NotifiersManager manager) |
| replaces the original delta of values from NotifierBase | |
| DSLevelsTemp | DetermineLevel (float value, float m_warning_treshold, float m_critical_treshold, float m_empty_treshold, float p_warning_treshold, float p_critical_treshold, float p_empty_treshold) |
| DSLevelsTemp | DetermineLevelEx () |
| override void | DisplayTendency (float delta) |
| override int | GetNotifierType () |
| float | GetObservedValue () |
Protected Attributes | |
| ref SimpleMovingAverage< float > | m_AverageHeatComfortDeltaBuffer |
Private Attributes | |
| const float | DEC_TRESHOLD_HIGH = -0.25 |
| const float | DEC_TRESHOLD_LOW = -0.01 |
| const float | DEC_TRESHOLD_MED = -0.12 |
| const float | INC_TRESHOLD_HIGH = 0.25 |
| const float | INC_TRESHOLD_LOW = 0.01 |
| const float | INC_TRESHOLD_MED = 0.12 |
Additional Inherited Members | |
| Private Member Functions inherited from NotifierBase | |
| int | CalculateTendency (float delta, float inctresholdlow, float inctresholdmed, float inctresholdhigh, float dectresholdlow, float dectresholdmed, float dectresholdhigh) |
| eBadgeLevel | DetermineBadgeLevel (float value, float lvl_1, float lvl_2, float lvl_3) |
| void | DisplayBadge () |
| float | GetObservedValue () |
| void | HideBadge () |
Definition at line 1 of file warmthnotfr.c.
|
inlineprotected |
replaces the original delta of values from NotifierBase
Definition at line 12 of file warmthnotfr.c.
References m_AverageHeatComfortDeltaBuffer, and NotifiersManager().
|
inlineprotected |
Definition at line 78 of file warmthnotfr.c.
|
inlineprotected |
Definition at line 22 of file warmthnotfr.c.
References NotifierBase::m_Player, PlayerConstants::THRESHOLD_HEAT_COMFORT_MINUS_CRITICAL, PlayerConstants::THRESHOLD_HEAT_COMFORT_MINUS_EMPTY, PlayerConstants::THRESHOLD_HEAT_COMFORT_MINUS_WARNING, PlayerConstants::THRESHOLD_HEAT_COMFORT_PLUS_CRITICAL, PlayerConstants::THRESHOLD_HEAT_COMFORT_PLUS_EMPTY, and PlayerConstants::THRESHOLD_HEAT_COMFORT_PLUS_WARNING.
Referenced by DisplayTendency().
|
inlineprotected |
Definition at line 49 of file warmthnotfr.c.
References NotifierBase::CalculateTendency(), DEC_TRESHOLD_HIGH, DEC_TRESHOLD_LOW, DEC_TRESHOLD_MED, DetermineLevelEx(), GetElement(), GetObservedValue(), NotifierBase::GetVirtualHud(), INC_TRESHOLD_HIGH, INC_TRESHOLD_LOW, and INC_TRESHOLD_MED.
|
inlineprotected |
Definition at line 17 of file warmthnotfr.c.
|
inlineprotected |
Definition at line 72 of file warmthnotfr.c.
References m_AverageHeatComfortDeltaBuffer, and NotifierBase::m_Player.
Referenced by DisplayTendency().
|
private |
Definition at line 5 of file warmthnotfr.c.
Referenced by DisplayTendency().
|
private |
Definition at line 3 of file warmthnotfr.c.
Referenced by DisplayTendency().
|
private |
Definition at line 4 of file warmthnotfr.c.
Referenced by DisplayTendency().
|
private |
Definition at line 8 of file warmthnotfr.c.
Referenced by DisplayTendency().
|
private |
Definition at line 6 of file warmthnotfr.c.
Referenced by DisplayTendency().
|
private |
Definition at line 7 of file warmthnotfr.c.
Referenced by DisplayTendency().
|
protected |
Definition at line 10 of file warmthnotfr.c.
Referenced by WarmthNotfr(), and GetObservedValue().