![]() |
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 | OnTick (PlayerBase player, float deltaT) |
Private Member Functions | |
| override string | GetDebugText () |
| override void | Init () |
| Private Member Functions inherited from HeavyMetalMdfr | |
| override void | Init () |
| void | OnActivate (PlayerBase player) |
| void | OnDeactivate (PlayerBase player) |
Static Private Attributes | |
| static const int | AGENT_THRESHOLD_ACTIVATE = 200 |
| static const int | AGENT_THRESHOLD_DEACTIVATE = 400 |
| static const int | DEAFNESS_INTERVAL = 3 |
| static const int | PAIN_EVENT_INTERVAL_MAX = 40 |
| static const int | PAIN_EVENT_INTERVAL_MIN = 20 |
Additional Inherited Members | |
| Private Attributes inherited from HeavyMetalMdfr | |
| float | m_DeafnessTime |
| bool | m_IsDeaf |
| float | m_NextEvent |
| float | m_Time |
Definition at line 91 of file heavymetal.c.
|
inlineprotected |
Definition at line 113 of file heavymetal.c.
References AGENT_THRESHOLD_ACTIVATE, and AGENT_THRESHOLD_DEACTIVATE.
|
inlineprotected |
Definition at line 118 of file heavymetal.c.
References AGENT_THRESHOLD_ACTIVATE, and AGENT_THRESHOLD_DEACTIVATE.
|
inlineprivate |
Definition at line 108 of file heavymetal.c.
References AGENT_THRESHOLD_ACTIVATE, and AGENT_THRESHOLD_DEACTIVATE.
|
inlineprivate |
Definition at line 101 of file heavymetal.c.
References m_ID.
|
inlineprotected |
Definition at line 123 of file heavymetal.c.
References DEAFNESS_INTERVAL, HeavyMetalMdfr::m_DeafnessTime, HeavyMetalMdfr::m_IsDeaf, HeavyMetalMdfr::m_NextEvent, HeavyMetalMdfr::m_Time, Math::Max(), PAIN_EVENT_INTERVAL_MAX, PAIN_EVENT_INTERVAL_MIN, Math::RandomFloat01(), Math::RandomFloatInclusive(), Math::RandomInt(), HeavyMetalMdfr::SYMPTOMFALLOFF_THRESHOLD1, HeavyMetalMdfr::SYMPTOMFALLOFF_THRESHOLD3, HeavyMetalMdfr::WATER_LOSS_HEAVYMETAL_MAX, and HeavyMetalMdfr::WATER_LOSS_HEAVYMETAL_MIN.
|
staticprivate |
Definition at line 93 of file heavymetal.c.
Referenced by ActivateCondition(), DeactivateCondition(), and GetDebugText().
|
staticprivate |
Definition at line 94 of file heavymetal.c.
Referenced by ActivateCondition(), DeactivateCondition(), and GetDebugText().
|
staticprivate |
Definition at line 99 of file heavymetal.c.
Referenced by OnTick().
|
staticprivate |
Definition at line 97 of file heavymetal.c.
Referenced by OnTick().
|
staticprivate |
Definition at line 96 of file heavymetal.c.
Referenced by OnTick().