DayZ 1.24
|
Private Member Functions | |
override void | Init () |
override bool | ActivateCondition (PlayerBase player) |
override void | OnActivate (PlayerBase player) |
override void | OnDeactivate (PlayerBase player) |
override string | GetDebugText () |
override void | OnReconnect (PlayerBase player) |
override bool | DeactivateCondition (PlayerBase player) |
override void | OnTick (PlayerBase player, float deltaT) |
Private Attributes | |
const int | UNCONSIOUSS_COOLDOWN_TIME = 60 |
Definition at line 1 of file Unconsciousness.c.
|
inlineprivate |
Definition at line 13 of file Unconsciousness.c.
References PlayerConstants::UNCONSCIOUS_THRESHOLD.
|
inlineprivate |
Definition at line 43 of file Unconsciousness.c.
References PlayerConstants::CONSCIOUS_THRESHOLD.
Definition at line 31 of file Unconsciousness.c.
References PlayerConstants::CONSCIOUS_THRESHOLD, m_Player, and ToString().
Definition at line 5 of file Unconsciousness.c.
References m_ID, m_TickIntervalActive, m_TickIntervalInactive, and m_TrackActivatedTime.
|
inlineprivate |
Definition at line 20 of file Unconsciousness.c.
References DayZPlayerSyncJunctures::SendPlayerUnconsciousness().
|
inlineprivate |
Definition at line 25 of file Unconsciousness.c.
References GetGame(), and DayZPlayerSyncJunctures::SendPlayerUnconsciousness().
|
inlineprivate |
Definition at line 39 of file Unconsciousness.c.
|
inlineprivate |
Definition at line 50 of file Unconsciousness.c.
Definition at line 3 of file Unconsciousness.c.