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

Private Member Functions

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

Private Attributes

const int UNCONSIOUSS_COOLDOWN_MAX_TIME = 150000
const int UNCONSIOUSS_COOLDOWN_MIN_TIME = 90000
const int UNCONSIOUSS_COOLDOWN_TIME = 60

Detailed Description

Definition at line 1 of file shockdamage.c.

Member Function Documentation

◆ ActivateCondition()

override bool ActivateCondition ( PlayerBase player)
inlineprivate

◆ DeactivateCondition()

override bool DeactivateCondition ( PlayerBase player)
inlineprivate

Definition at line 42 of file shockdamage.c.

References ActivateCondition().

◆ Init()

override void Init ( )
inlineprivate

◆ OnActivate()

override void OnActivate ( PlayerBase player)
inlineprivate

Definition at line 14 of file shockdamage.c.

◆ OnReconnect()

override void OnReconnect ( PlayerBase player)
inlineprivate

Definition at line 19 of file shockdamage.c.

◆ OnTick()

Field Documentation

◆ UNCONSIOUSS_COOLDOWN_MAX_TIME

const int UNCONSIOUSS_COOLDOWN_MAX_TIME = 150000
private

Definition at line 5 of file shockdamage.c.

Referenced by ActivateCondition().

◆ UNCONSIOUSS_COOLDOWN_MIN_TIME

const int UNCONSIOUSS_COOLDOWN_MIN_TIME = 90000
private

Definition at line 4 of file shockdamage.c.

Referenced by ActivateCondition().

◆ UNCONSIOUSS_COOLDOWN_TIME

const int UNCONSIOUSS_COOLDOWN_TIME = 60
private

Definition at line 3 of file shockdamage.c.


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