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

Protected Member Functions

override void DisplayTendency (float delta)
override int GetNotifierType ()
override float GetObservedValue ()

Protected Attributes

const float DEC_TRESHOLD_HIGH = -0.57
const float DEC_TRESHOLD_LOW = 0
const float DEC_TRESHOLD_MED = -0.35
const float INC_TRESHOLD_HIGH = 0.57
const float INC_TRESHOLD_LOW = 0
const float INC_TRESHOLD_MED = 0.35

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 ()

Detailed Description

Definition at line 1 of file hungernotfr.c.

Member Function Documentation

◆ DisplayTendency()

◆ GetNotifierType()

override int GetNotifierType ( )
inlineprotected

Definition at line 10 of file hungernotfr.c.

◆ GetObservedValue()

override float GetObservedValue ( )
inlineprotected

Definition at line 42 of file hungernotfr.c.

References NotifierBase::m_Player.

Field Documentation

◆ DEC_TRESHOLD_HIGH

const float DEC_TRESHOLD_HIGH = -0.57
protected

Definition at line 5 of file hungernotfr.c.

Referenced by DisplayTendency().

◆ DEC_TRESHOLD_LOW

const float DEC_TRESHOLD_LOW = 0
protected

Definition at line 3 of file hungernotfr.c.

Referenced by DisplayTendency().

◆ DEC_TRESHOLD_MED

const float DEC_TRESHOLD_MED = -0.35
protected

Definition at line 4 of file hungernotfr.c.

Referenced by DisplayTendency().

◆ INC_TRESHOLD_HIGH

const float INC_TRESHOLD_HIGH = 0.57
protected

Definition at line 8 of file hungernotfr.c.

Referenced by DisplayTendency().

◆ INC_TRESHOLD_LOW

const float INC_TRESHOLD_LOW = 0
protected

Definition at line 6 of file hungernotfr.c.

Referenced by DisplayTendency().

◆ INC_TRESHOLD_MED

const float INC_TRESHOLD_MED = 0.35
protected

Definition at line 7 of file hungernotfr.c.

Referenced by DisplayTendency().


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