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

Private Member Functions

override bool ActivateCondition (PlayerBase player)
override bool DeactivateCondition (PlayerBase player)
override void Init ()
override void OnTick (PlayerBase player, float deltaT)

Private Attributes

float m_LastBloodLevel
float m_LastHealthLevel

Detailed Description

Definition at line 1 of file health.c.

Member Function Documentation

◆ ActivateCondition()

override bool ActivateCondition ( PlayerBase player)
inlineprivate

Definition at line 16 of file health.c.

◆ DeactivateCondition()

override bool DeactivateCondition ( PlayerBase player)
inlineprivate

Definition at line 22 of file health.c.

◆ Init()

◆ OnTick()

override void OnTick ( PlayerBase player,
float deltaT )
inlineprivate

Definition at line 27 of file health.c.

References Math::AbsInt(), m_LastBloodLevel, and m_LastHealthLevel.

Field Documentation

◆ m_LastBloodLevel

float m_LastBloodLevel
private

Definition at line 4 of file health.c.

Referenced by OnTick().

◆ m_LastHealthLevel

float m_LastHealthLevel
private

Definition at line 3 of file health.c.

Referenced by OnTick().


The documentation for this class was generated from the following file:
  • F:/Games/Dayz/scripts/4_world/classes/playermodifiers/modifiers/health.c