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

Private Member Functions

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

Private Attributes

const int CHELATION_LIFETIME = 300
const float CHELATION_STRENGTH = 1
float m_RegenTime

Detailed Description

Definition at line 1 of file chelation.c.

Member Function Documentation

◆ ActivateCondition()

override bool ActivateCondition ( PlayerBase player)
inlineprivate

Definition at line 22 of file chelation.c.

◆ DeactivateCondition()

override bool DeactivateCondition ( PlayerBase player)
inlineprivate

Definition at line 54 of file chelation.c.

References GetAttachedTime(), and m_RegenTime.

◆ GetDebugText()

override string GetDebugText ( )
inlineprivate

Definition at line 32 of file chelation.c.

References CHELATION_LIFETIME, GetAttachedTime(), and string::ToString().

◆ GetDebugTextSimple()

override string GetDebugTextSimple ( )
inlineprivate

Definition at line 37 of file chelation.c.

References CHELATION_LIFETIME, GetAttachedTime(), and string::ToString().

◆ Init()

◆ OnActivate()

override void OnActivate ( PlayerBase player)
inlineprivate

Definition at line 42 of file chelation.c.

◆ OnDeactivate()

override void OnDeactivate ( PlayerBase player)
inlineprivate

Definition at line 48 of file chelation.c.

◆ OnReconnect()

override void OnReconnect ( PlayerBase player)
inlineprivate

Definition at line 27 of file chelation.c.

References OnActivate().

◆ OnTick()

override void OnTick ( PlayerBase player,
float deltaT )
inlineprivate

Definition at line 64 of file chelation.c.

References CHELATION_STRENGTH.

Field Documentation

◆ CHELATION_LIFETIME

const int CHELATION_LIFETIME = 300
private

Definition at line 3 of file chelation.c.

Referenced by GetDebugText(), GetDebugTextSimple(), and Init().

◆ CHELATION_STRENGTH

const float CHELATION_STRENGTH = 1
private

Definition at line 4 of file chelation.c.

Referenced by OnTick().

◆ m_RegenTime

float m_RegenTime
private

Definition at line 6 of file chelation.c.

Referenced by DeactivateCondition(), and Init().


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