![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
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 |
Definition at line 1 of file healthnotfr.c.
|
inlineprivate |
Definition at line 18 of file healthnotfr.c.
References NotifierBase::m_TendencyBufferSize, NotifierBase::m_TickInterval, and NotifiersManager().
|
inlineprivate |
Definition at line 29 of file healthnotfr.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.
|
inlineprivate |
Definition at line 24 of file healthnotfr.c.
|
inlineprotected |
Definition at line 47 of file healthnotfr.c.
References NotifierBase::m_Player.
|
private |
Definition at line 12 of file healthnotfr.c.
Referenced by DisplayTendency().
|
private |
Definition at line 10 of file healthnotfr.c.
Referenced by DisplayTendency().
|
private |
Definition at line 11 of file healthnotfr.c.
Referenced by DisplayTendency().
|
private |
Definition at line 15 of file healthnotfr.c.
Referenced by DisplayTendency().
|
private |
Definition at line 13 of file healthnotfr.c.
Referenced by DisplayTendency().
|
private |
Definition at line 14 of file healthnotfr.c.
Referenced by DisplayTendency().