DayZ 1.24
|
Protected Member Functions | |
override void | Init () |
override bool | ActivateCondition (PlayerBase player) |
override void | OnActivate (PlayerBase player) |
override void | OnDeactivate (PlayerBase player) |
override bool | DeactivateCondition (PlayerBase player) |
override void | OnTick (PlayerBase player, float deltaT) |
Protected Attributes | |
const float | BLOOD_DECREMENT_PER_SEC = -10 |
PluginAdminLog | m_AdminLog |
Definition at line 2 of file Bleeding.c.
|
inlineprotected |
Definition at line 20 of file Bleeding.c.
References PlayerConstants::BLOOD_THRESHOLD_FATAL.
|
inlineprotected |
Definition at line 43 of file Bleeding.c.
Definition at line 7 of file Bleeding.c.
References DEFAULT_TICK_TIME_ACTIVE, DEFAULT_TICK_TIME_INACTIVE, DisableDeactivateCheck(), GetGame(), GetPlugin(), m_AdminLog, m_ID, m_TickIntervalActive, m_TickIntervalInactive, and m_TrackActivatedTime.
|
inlineprotected |
|
inlineprotected |
Definition at line 38 of file Bleeding.c.
|
inlineprotected |
Definition at line 48 of file Bleeding.c.
Definition at line 4 of file Bleeding.c.
|
protected |
Definition at line 5 of file Bleeding.c.
Referenced by Init(), and OnActivate().