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 | AGENT_THRESHOLD_ACTIVATE = 300 |
const int | AGENT_THRESHOLD_DEACTIVATE = 200 |
Definition at line 1 of file Influenza.c.
|
inlineprotected |
Definition at line 19 of file Influenza.c.
References AGENT_THRESHOLD_ACTIVATE.
|
inlineprotected |
Definition at line 36 of file Influenza.c.
References AGENT_THRESHOLD_DEACTIVATE.
Definition at line 14 of file Influenza.c.
References AGENT_THRESHOLD_ACTIVATE, and AGENT_THRESHOLD_DEACTIVATE.
Definition at line 6 of file Influenza.c.
References DEFAULT_TICK_TIME_ACTIVE, DEFAULT_TICK_TIME_INACTIVE, m_ID, m_TickIntervalActive, m_TickIntervalInactive, and m_TrackActivatedTime.
|
inlineprotected |
Definition at line 26 of file Influenza.c.
|
inlineprotected |
Definition at line 31 of file Influenza.c.
|
inlineprotected |
Definition at line 41 of file Influenza.c.
References Math::RandomFloat01(), and Math::RandomInt().
Definition at line 3 of file Influenza.c.
Referenced by ActivateCondition(), and GetDebugText().
Definition at line 4 of file Influenza.c.
Referenced by DeactivateCondition(), and GetDebugText().