![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | HeavyMetalMdfr |
| class | HeavyMetalPhase2Mdfr |
Functions | |
| bool | ActivateCondition (PlayerBase player) |
| bool | DeactivateCondition (PlayerBase player) |
| override string | GetDebugText () |
| override void | Init () |
| void | OnActivate (PlayerBase player) |
| is called when an inactive modifier gets activated during gameplay, is NOT called on activation upon player server connection(see OnReconnect) | |
| void | OnDeactivate (PlayerBase player) |
| void | OnTick (PlayerBase player, float deltaT) |
Variables | |
| HeavyMetalMdfr | AGENT_THRESHOLD_ACTIVATE = 1 |
| static const int | AGENT_THRESHOLD_DEACTIVATE = 200 |
| static const int | SHIVER_EVENT_INTERVAL_MAX = 40 |
| static const int | SHIVER_EVENT_INTERVAL_MIN = 20 |
| static const int | VOMIT_EVENT_INTERVAL_MAX = 360 |
| static const int | VOMIT_EVENT_INTERVAL_MIN = 180 |
|
protected |
Definition at line 53 of file heavymetal.c.
References AGENT_THRESHOLD_ACTIVATE, and AGENT_THRESHOLD_DEACTIVATE.
|
protected |
Definition at line 58 of file heavymetal.c.
References AGENT_THRESHOLD_ACTIVATE, and AGENT_THRESHOLD_DEACTIVATE.
| override string GetDebugText | ( | ) |
Definition at line 48 of file heavymetal.c.
References AGENT_THRESHOLD_ACTIVATE, and AGENT_THRESHOLD_DEACTIVATE.
|
protected |
Definition at line 181 of file heavymetal.c.
References m_ID.
|
protected |
is called when an inactive modifier gets activated during gameplay, is NOT called on activation upon player server connection(see OnReconnect)
Definition at line 203 of file heavymetal.c.
|
protected |
Definition at line 211 of file heavymetal.c.
|
protected |
Definition at line 63 of file heavymetal.c.
References m_NextEvent, m_Time, Math::Max(), Math::RandomFloatInclusive(), SHIVER_EVENT_INTERVAL_MAX, and SHIVER_EVENT_INTERVAL_MIN.
| HeavyMetalPhase2Mdfr AGENT_THRESHOLD_ACTIVATE = 1 |
Referenced by ActivateCondition(), DeactivateCondition(), and GetDebugText().
|
static |
Definition at line 43 of file heavymetal.c.
Referenced by ActivateCondition(), DeactivateCondition(), and GetDebugText().
|
static |
Definition at line 46 of file heavymetal.c.
Referenced by OnTick().
|
static |
Definition at line 45 of file heavymetal.c.
Referenced by OnTick().
|
staticprotected |
Definition at line 179 of file heavymetal.c.
Referenced by OnTick().
|
staticprotected |
Definition at line 178 of file heavymetal.c.
Referenced by OnTick().