DayZ 1.24
|
Protected Member Functions | |
override void | Init () |
override string | GetDebugText () |
bool | ActivateCondition (PlayerBase player) |
void | OnActivate (PlayerBase player) |
void | OnDeactivate (PlayerBase player) |
bool | DeactivateCondition (PlayerBase player) |
void | OnTick (PlayerBase player, float deltaT) |
Protected Attributes | |
float | m_NextEvent1 |
float | m_Time1 |
float | m_NextEvent2 |
float | m_Time2 |
Static Protected Attributes | |
static const int | EVENT_2_INTERVAL_MIN = 200 |
static const int | EVENT_2_INTERVAL_MAX = 400 |
Static Private Attributes | |
static const int | AGENT_THRESHOLD_ACTIVATE = 100 |
static const int | AGENT_THRESHOLD_DEACTIVATE = 400 |
static const int | EVENT_1_INTERVAL_MIN = 20 |
static const int | EVENT_1_INTERVAL_MAX = 40 |
Definition at line 1 of file Contamination2.c.
|
inlineprotected |
Definition at line 32 of file Contamination2.c.
References AGENT_THRESHOLD_ACTIVATE, and AGENT_THRESHOLD_DEACTIVATE.
Referenced by DeactivateCondition().
|
inlineprotected |
Definition at line 49 of file Contamination2.c.
References ActivateCondition().
Definition at line 27 of file Contamination2.c.
References AGENT_THRESHOLD_ACTIVATE, and AGENT_THRESHOLD_DEACTIVATE.
Definition at line 19 of file Contamination2.c.
References DEFAULT_TICK_TIME_ACTIVE, DEFAULT_TICK_TIME_INACTIVE, m_ID, m_SyncID, m_TickIntervalActive, and m_TickIntervalInactive.
|
inlineprotected |
Definition at line 37 of file Contamination2.c.
References EVENT_1_INTERVAL_MAX, EVENT_1_INTERVAL_MIN, EVENT_2_INTERVAL_MAX, EVENT_2_INTERVAL_MIN, m_NextEvent1, m_NextEvent2, and Math::RandomFloatInclusive().
|
inlineprotected |
Definition at line 44 of file Contamination2.c.
|
inlineprotected |
Definition at line 54 of file Contamination2.c.
References EVENT_1_INTERVAL_MAX, EVENT_1_INTERVAL_MIN, EVENT_2_INTERVAL_MAX, EVENT_2_INTERVAL_MIN, m_NextEvent1, m_NextEvent2, m_Time1, m_Time2, and Math::RandomFloatInclusive().
Definition at line 3 of file Contamination2.c.
Referenced by ActivateCondition(), GetDebugText(), and AntiChemInjector::OnApply().
Definition at line 4 of file Contamination2.c.
Referenced by ActivateCondition(), and GetDebugText().
Definition at line 7 of file Contamination2.c.
Referenced by OnActivate(), and OnTick().
Definition at line 6 of file Contamination2.c.
Referenced by OnActivate(), and OnTick().
Definition at line 14 of file Contamination2.c.
Referenced by OnActivate(), and OnTick().
Definition at line 13 of file Contamination2.c.
Referenced by OnActivate(), and OnTick().
|
protected |
Definition at line 9 of file Contamination2.c.
Referenced by OnActivate(), and OnTick().
|
protected |
Definition at line 16 of file Contamination2.c.
Referenced by OnActivate(), and OnTick().
|
protected |
Definition at line 10 of file Contamination2.c.
Referenced by OnTick().
|
protected |
Definition at line 17 of file Contamination2.c.
Referenced by OnTick().