DayZ 1.24
|
Protected Member Functions | |
float | GetObservedValue () |
Private Member Functions | |
void | ThirstNotfr (NotifiersManager manager) |
override int | GetNotifierType () |
override void | DisplayTendency (float delta) |
override void | DisplayBadge () |
override void | HideBadge () |
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 () |
void | HideBadge () |
float | GetObservedValue () |
Private Attributes | |
const float | HYDRATED_TRESHOLD = 3500 |
const float | THIRSTY_TRESHOLD = 2500 |
const float | VERY_THIRSTY_TRESHOLD = 1500 |
const float | FATALLY_THIRSTY_TRESHOLD = 0 |
const float | DEC_TRESHOLD_LOW = 0 |
const float | DEC_TRESHOLD_MED = -0.2 |
const float | DEC_TRESHOLD_HIGH = -0.85 |
const float | INC_TRESHOLD_LOW = 0 |
const float | INC_TRESHOLD_MED = 0.2 |
const float | INC_TRESHOLD_HIGH = 0.85 |
Definition at line 1 of file ThirstNotfr.c.
|
inlineprivate |
Definition at line 14 of file ThirstNotfr.c.
Definition at line 42 of file ThirstNotfr.c.
References FATALLY_THIRSTY_TRESHOLD, HYDRATED_TRESHOLD, NotifierBase::m_Player, THIRSTY_TRESHOLD, and VERY_THIRSTY_TRESHOLD.
Definition at line 24 of file ThirstNotfr.c.
References NotifierBase::CalculateTendency(), DEC_TRESHOLD_HIGH, DEC_TRESHOLD_LOW, DEC_TRESHOLD_MED, GetElement(), NotifierBase::GetVirtualHud(), INC_TRESHOLD_HIGH, INC_TRESHOLD_LOW, INC_TRESHOLD_MED, and NotifierBase::m_Player.
Definition at line 18 of file ThirstNotfr.c.
|
inlineprotected |
Definition at line 69 of file ThirstNotfr.c.
References NotifierBase::m_Player.
Definition at line 63 of file ThirstNotfr.c.
Definition at line 9 of file ThirstNotfr.c.
Referenced by DisplayTendency().
Definition at line 7 of file ThirstNotfr.c.
Referenced by DisplayTendency().
Definition at line 8 of file ThirstNotfr.c.
Referenced by DisplayTendency().
Definition at line 6 of file ThirstNotfr.c.
Referenced by DisplayBadge().
Definition at line 3 of file ThirstNotfr.c.
Referenced by DisplayBadge().
Definition at line 12 of file ThirstNotfr.c.
Referenced by DisplayTendency().
Definition at line 10 of file ThirstNotfr.c.
Referenced by DisplayTendency().
Definition at line 11 of file ThirstNotfr.c.
Referenced by DisplayTendency().
Definition at line 4 of file ThirstNotfr.c.
Referenced by DisplayBadge().
Definition at line 5 of file ThirstNotfr.c.
Referenced by DisplayBadge().