DayZ 1.24
|
Protected Member Functions | |
bool | ActivateCondition (PlayerBase player) |
void | OnActivate (PlayerBase player) |
void | OnDeactivate (PlayerBase player) |
bool | DeactivateCondition (PlayerBase player) |
void | OnTick (PlayerBase player, float deltaT) |
Private Member Functions | |
override void | Init () |
override string | GetDebugText () |
Private Attributes | |
const int | SHAKE_INTERVAL_MIN = 1 |
const int | SHAKE_INTERVAL_MAX = 4 |
float | m_Time |
float | m_ShakeTime |
Static Private Attributes | |
static const int | AGENT_THRESHOLD_ACTIVATE = 2000 |
static const int | AGENT_THRESHOLD_DEACTIVATE = 0 |
Definition at line 1 of file BrainDisease.c.
|
inlineprotected |
Definition at line 25 of file BrainDisease.c.
References AGENT_THRESHOLD_ACTIVATE.
|
inlineprotected |
Definition at line 43 of file BrainDisease.c.
References AGENT_THRESHOLD_DEACTIVATE.
Definition at line 20 of file BrainDisease.c.
References AGENT_THRESHOLD_ACTIVATE, and AGENT_THRESHOLD_DEACTIVATE.
Definition at line 12 of file BrainDisease.c.
References DEFAULT_TICK_TIME_ACTIVE, DEFAULT_TICK_TIME_INACTIVE, m_ID, m_TickIntervalActive, m_TickIntervalInactive, and m_TrackActivatedTime.
|
inlineprotected |
Definition at line 33 of file BrainDisease.c.
|
inlineprotected |
Definition at line 38 of file BrainDisease.c.
|
inlineprotected |
Definition at line 51 of file BrainDisease.c.
References m_ShakeTime, m_Time, Math::RandomFloat(), Math::RandomFloat01(), DayZPlayerSyncJunctures::SendKuruRequest(), SHAKE_INTERVAL_MAX, and SHAKE_INTERVAL_MIN.
Definition at line 3 of file BrainDisease.c.
Referenced by ActivateCondition(), and GetDebugText().
Definition at line 4 of file BrainDisease.c.
Referenced by DeactivateCondition(), and GetDebugText().
|
private |
Definition at line 10 of file BrainDisease.c.
Referenced by OnTick().
|
private |
Definition at line 9 of file BrainDisease.c.
Referenced by OnTick().
Definition at line 6 of file BrainDisease.c.
Referenced by OnTick().
Definition at line 5 of file BrainDisease.c.
Referenced by OnTick().