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

Protected Member Functions

float GetObservedValue ()

Private Member Functions

void HealthNotfr (NotifiersManager manager)
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 = -1.3
const float DEC_TRESHOLD_LOW = 0
const float DEC_TRESHOLD_MED = -0.7
const float INC_TRESHOLD_HIGH = 1.3
const float INC_TRESHOLD_LOW = 0
const float INC_TRESHOLD_MED = 0.7

Detailed Description

Definition at line 1 of file healthnotfr.c.

Constructor & Destructor Documentation

◆ HealthNotfr()

void HealthNotfr ( NotifiersManager manager)
inlineprivate

Member Function Documentation

◆ DisplayTendency()

◆ GetNotifierType()

override int GetNotifierType ( )
inlineprivate

Definition at line 24 of file healthnotfr.c.

◆ GetObservedValue()

float GetObservedValue ( )
inlineprotected

Definition at line 47 of file healthnotfr.c.

References NotifierBase::m_Player.

Field Documentation

◆ DEC_TRESHOLD_HIGH

const float DEC_TRESHOLD_HIGH = -1.3
private

Definition at line 12 of file healthnotfr.c.

Referenced by DisplayTendency().

◆ DEC_TRESHOLD_LOW

const float DEC_TRESHOLD_LOW = 0
private

Definition at line 10 of file healthnotfr.c.

Referenced by DisplayTendency().

◆ DEC_TRESHOLD_MED

const float DEC_TRESHOLD_MED = -0.7
private

Definition at line 11 of file healthnotfr.c.

Referenced by DisplayTendency().

◆ INC_TRESHOLD_HIGH

const float INC_TRESHOLD_HIGH = 1.3
private

Definition at line 15 of file healthnotfr.c.

Referenced by DisplayTendency().

◆ INC_TRESHOLD_LOW

const float INC_TRESHOLD_LOW = 0
private

Definition at line 13 of file healthnotfr.c.

Referenced by DisplayTendency().

◆ INC_TRESHOLD_MED

const float INC_TRESHOLD_MED = 0.7
private

Definition at line 14 of file healthnotfr.c.

Referenced by DisplayTendency().


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