![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| bool | ActivateCondition (PlayerBase player) |
| bool | DeactivateCondition (PlayerBase player) |
| void | OnActivate (PlayerBase player) |
| void | OnDeactivate (PlayerBase player) |
| void | OnTick (PlayerBase player, float deltaT) |
Private Member Functions | |
| override string | GetDebugText () |
| override void | Init () |
Private Attributes | |
| const int | AGENT_THRESHOLD_ACTIVATE = 600 |
| const int | AGENT_THRESHOLD_DEACTIVATE = 400 |
| const int | COUGH_RND_DIVIDER_NORMAL_MAX = 20 |
| const int | COUGH_RND_DIVIDER_NORMAL_MIN = 5 |
| const int | COUGH_RND_DIVIDER_SUPPRESSED_MAX = 40 |
| const int | COUGH_RND_DIVIDER_SUPPRESSED_MIN = 10 |
| ModifiersManager | m_ModifiersManager |
| const int | TEMPORARY_RESISTANCE_TIME = 300 |
Definition at line 1 of file influenza.c.
|
inlineprotected |
Definition at line 29 of file influenza.c.
References AGENT_THRESHOLD_ACTIVATE.
|
inlineprotected |
Definition at line 51 of file influenza.c.
References AGENT_THRESHOLD_DEACTIVATE.
|
inlineprivate |
Definition at line 24 of file influenza.c.
References AGENT_THRESHOLD_ACTIVATE, and AGENT_THRESHOLD_DEACTIVATE.
|
inlineprivate |
Definition at line 15 of file influenza.c.
References DEFAULT_TICK_TIME_ACTIVE, DEFAULT_TICK_TIME_INACTIVE, m_AnalyticsStatsEnabled, m_ID, m_TickIntervalActive, m_TickIntervalInactive, and m_TrackActivatedTime.
|
inlineprotected |
Definition at line 37 of file influenza.c.
References m_ModifiersManager.
|
inlineprotected |
Definition at line 44 of file influenza.c.
References TEMPORARY_RESISTANCE_TIME.
|
inlineprotected |
Definition at line 56 of file influenza.c.
References Math::Clamp(), COUGH_RND_DIVIDER_NORMAL_MAX, COUGH_RND_DIVIDER_NORMAL_MIN, COUGH_RND_DIVIDER_SUPPRESSED_MAX, COUGH_RND_DIVIDER_SUPPRESSED_MIN, m_ModifiersManager, Math::RandomFloat01(), and Math::RandomInt().
|
private |
Definition at line 3 of file influenza.c.
Referenced by ActivateCondition(), and GetDebugText().
|
private |
Definition at line 4 of file influenza.c.
Referenced by DeactivateCondition(), and GetDebugText().
|
private |
Definition at line 7 of file influenza.c.
Referenced by OnTick().
|
private |
Definition at line 6 of file influenza.c.
Referenced by OnTick().
|
private |
Definition at line 9 of file influenza.c.
Referenced by OnTick().
|
private |
Definition at line 8 of file influenza.c.
Referenced by OnTick().
|
private |
Definition at line 13 of file influenza.c.
Referenced by OnActivate(), and OnTick().
|
private |
Definition at line 11 of file influenza.c.
Referenced by OnDeactivate().