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

Protected Member Functions

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

Protected Attributes

const float DEC_TRESHOLD_HIGH = -22
const float DEC_TRESHOLD_LOW = 0
const float DEC_TRESHOLD_MED = -12
const float INC_TRESHOLD_HIGH = 6
const float INC_TRESHOLD_LOW = 0
const float INC_TRESHOLD_MED = 3

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 bloodnotfr.c.

Member Function Documentation

◆ DisplayTendency()

◆ GetNotifierType()

override int GetNotifierType ( )
inlineprotected

Definition at line 10 of file bloodnotfr.c.

◆ GetObservedValue()

override float GetObservedValue ( )
inlineprotected

Definition at line 31 of file bloodnotfr.c.

References NotifierBase::m_Player.

Field Documentation

◆ DEC_TRESHOLD_HIGH

const float DEC_TRESHOLD_HIGH = -22
protected

Definition at line 5 of file bloodnotfr.c.

Referenced by DisplayTendency().

◆ DEC_TRESHOLD_LOW

const float DEC_TRESHOLD_LOW = 0
protected

Definition at line 3 of file bloodnotfr.c.

Referenced by DisplayTendency().

◆ DEC_TRESHOLD_MED

const float DEC_TRESHOLD_MED = -12
protected

Definition at line 4 of file bloodnotfr.c.

Referenced by DisplayTendency().

◆ INC_TRESHOLD_HIGH

const float INC_TRESHOLD_HIGH = 6
protected

Definition at line 8 of file bloodnotfr.c.

Referenced by DisplayTendency().

◆ INC_TRESHOLD_LOW

const float INC_TRESHOLD_LOW = 0
protected

Definition at line 6 of file bloodnotfr.c.

Referenced by DisplayTendency().

◆ INC_TRESHOLD_MED

const float INC_TRESHOLD_MED = 3
protected

Definition at line 7 of file bloodnotfr.c.

Referenced by DisplayTendency().


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