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

Private Member Functions

override bool ActivateCondition (PlayerBase player)
override bool DeactivateCondition (PlayerBase player)
override string GetDebugText ()
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 UNCONSIOUSS_COOLDOWN_TIME = 60

Detailed Description

Definition at line 1 of file unconsciousness.c.

Member Function Documentation

◆ ActivateCondition()

override bool ActivateCondition ( PlayerBase player)
inlineprivate

Definition at line 14 of file unconsciousness.c.

References PlayerConstants::UNCONSCIOUS_THRESHOLD.

◆ DeactivateCondition()

override bool DeactivateCondition ( PlayerBase player)
inlineprivate

Definition at line 46 of file unconsciousness.c.

References PlayerConstants::CONSCIOUS_THRESHOLD.

◆ GetDebugText()

override string GetDebugText ( )
inlineprivate

Definition at line 34 of file unconsciousness.c.

References PlayerConstants::CONSCIOUS_THRESHOLD.

◆ Init()

override void Init ( )
inlineprivate

◆ OnActivate()

override void OnActivate ( PlayerBase player)
inlineprivate

◆ OnDeactivate()

override void OnDeactivate ( PlayerBase player)
inlineprivate

◆ OnReconnect()

override void OnReconnect ( PlayerBase player)
inlineprivate

Definition at line 42 of file unconsciousness.c.

◆ OnTick()

override void OnTick ( PlayerBase player,
float deltaT )
inlineprivate

Definition at line 55 of file unconsciousness.c.

Field Documentation

◆ UNCONSIOUSS_COOLDOWN_TIME

const int UNCONSIOUSS_COOLDOWN_TIME = 60
private

Definition at line 3 of file unconsciousness.c.


The documentation for this class was generated from the following file: