Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
ThirstNotfr Class Reference
Inheritance diagram for ThirstNotfr:
NotifierBase

Protected Member Functions

float GetObservedValue ()

Private Member Functions

override void DisplayTendency (float delta)
override int GetNotifierType ()
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 ()

Private Attributes

const float DEC_TRESHOLD_HIGH = -0.85
const float DEC_TRESHOLD_LOW = 0
const float DEC_TRESHOLD_MED = -0.2
const float FATALLY_THIRSTY_TRESHOLD = 0
const float HYDRATED_TRESHOLD = 3500
const float INC_TRESHOLD_HIGH = 0.85
const float INC_TRESHOLD_LOW = 0
const float INC_TRESHOLD_MED = 0.2
const float THIRSTY_TRESHOLD = 2500
const float VERY_THIRSTY_TRESHOLD = 1500

Detailed Description

Definition at line 1 of file thirstnotfr.c.

Member Function Documentation

◆ DisplayTendency()

◆ GetNotifierType()

override int GetNotifierType ( )
inlineprivate

Definition at line 14 of file thirstnotfr.c.

◆ GetObservedValue()

float GetObservedValue ( )
inlineprotected

Definition at line 36 of file thirstnotfr.c.

References NotifierBase::m_Player.

Field Documentation

◆ DEC_TRESHOLD_HIGH

const float DEC_TRESHOLD_HIGH = -0.85
private

Definition at line 9 of file thirstnotfr.c.

Referenced by DisplayTendency().

◆ DEC_TRESHOLD_LOW

const float DEC_TRESHOLD_LOW = 0
private

Definition at line 7 of file thirstnotfr.c.

Referenced by DisplayTendency().

◆ DEC_TRESHOLD_MED

const float DEC_TRESHOLD_MED = -0.2
private

Definition at line 8 of file thirstnotfr.c.

Referenced by DisplayTendency().

◆ FATALLY_THIRSTY_TRESHOLD

const float FATALLY_THIRSTY_TRESHOLD = 0
private

Definition at line 6 of file thirstnotfr.c.

◆ HYDRATED_TRESHOLD

const float HYDRATED_TRESHOLD = 3500
private

Definition at line 3 of file thirstnotfr.c.

◆ INC_TRESHOLD_HIGH

const float INC_TRESHOLD_HIGH = 0.85
private

Definition at line 12 of file thirstnotfr.c.

Referenced by DisplayTendency().

◆ INC_TRESHOLD_LOW

const float INC_TRESHOLD_LOW = 0
private

Definition at line 10 of file thirstnotfr.c.

Referenced by DisplayTendency().

◆ INC_TRESHOLD_MED

const float INC_TRESHOLD_MED = 0.2
private

Definition at line 11 of file thirstnotfr.c.

Referenced by DisplayTendency().

◆ THIRSTY_TRESHOLD

const float THIRSTY_TRESHOLD = 2500
private

Definition at line 4 of file thirstnotfr.c.

◆ VERY_THIRSTY_TRESHOLD

const float VERY_THIRSTY_TRESHOLD = 1500
private

Definition at line 5 of file thirstnotfr.c.


The documentation for this class was generated from the following file:
  • F:/Games/Dayz/scripts/4_world/classes/playernotifiers/notifiers/thirstnotfr.c