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

Protected Member Functions

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

Protected Attributes

const float BLOOD_DECREMENT_PER_SEC = -10
PluginAdminLog m_AdminLog

Detailed Description

Definition at line 2 of file bleeding.c.

Member Function Documentation

◆ ActivateCondition()

override bool ActivateCondition ( PlayerBase player)
inlineprotected

Definition at line 23 of file bleeding.c.

References PlayerConstants::BLOOD_THRESHOLD_FATAL.

◆ DeactivateCondition()

override bool DeactivateCondition ( PlayerBase player)
inlineprotected

Definition at line 50 of file bleeding.c.

◆ Init()

◆ OnActivate()

override void OnActivate ( PlayerBase player)
inlineprotected

Definition at line 35 of file bleeding.c.

References m_AdminLog.

◆ OnDeactivate()

override void OnDeactivate ( PlayerBase player)
inlineprotected

Definition at line 45 of file bleeding.c.

◆ OnTick()

override void OnTick ( PlayerBase player,
float deltaT )
inlineprotected

Definition at line 55 of file bleeding.c.

Field Documentation

◆ BLOOD_DECREMENT_PER_SEC

const float BLOOD_DECREMENT_PER_SEC = -10
protected

Definition at line 4 of file bleeding.c.

◆ m_AdminLog

PluginAdminLog m_AdminLog
protected

Definition at line 5 of file bleeding.c.

Referenced by Init(), and OnActivate().


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