![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| override bool | ActivateCondition (PlayerBase player) |
| void | ApplyAgentsToBleedingSources (PlayerBase player, float deltaT) |
| void | BleedingSourceCreateCheck (PlayerBase player) |
| override bool | DeactivateCondition (PlayerBase player) |
| override void | Init () |
| override void | OnActivate (PlayerBase player) |
| override void | OnDeactivate (PlayerBase player) |
| override void | OnTick (PlayerBase player, float deltaT) |
| float | TransmitAgents (PlayerBase player, float count) |
Protected Attributes | |
| const float | AGENT_DOSE_PER_BS_SEC = 0.33 |
| const int | EVENT_2_INTERVAL_MAX = 18 |
| const int | EVENT_2_INTERVAL_MIN = 13 |
| float | m_NextEvent1 |
| float | m_NextEvent2 |
| float | m_Time1 |
| float | m_Time2 |
Private Attributes | |
| const float | AGENTS_PER_SEC = 5 |
| const int | EVENT_1_INTERVAL_MAX = 5 |
| const int | EVENT_1_INTERVAL_MIN = 3 |
Definition at line 1 of file areaexposure.c.
|
inlineprotected |
Definition at line 34 of file areaexposure.c.
|
inlineprotected |
Definition at line 107 of file areaexposure.c.
References AGENT_DOSE_PER_BS_SEC.
Referenced by OnTick().
|
inlineprotected |
Definition at line 116 of file areaexposure.c.
References DEF_CHEMICAL, Math::GetNthBitSet(), Math::GetNumberOfSetBits(), Math::Pow(), Math::RandomFloat01(), and Math::RandomIntInclusive().
Referenced by OnTick().
|
inlineprotected |
Definition at line 60 of file areaexposure.c.
|
inlineprotected |
Definition at line 21 of file areaexposure.c.
References DEFAULT_TICK_TIME_ACTIVE_SHORT, DEFAULT_TICK_TIME_INACTIVE_LONG, DisableActivateCheck(), DisableDeactivateCheck(), m_AnalyticsStatsEnabled, m_ID, m_SyncID, m_TickIntervalActive, m_TickIntervalInactive, and m_TrackActivatedTime.
|
inlineprotected |
Definition at line 39 of file areaexposure.c.
References EVENT_1_INTERVAL_MAX, EVENT_1_INTERVAL_MIN, EffectAreaLoader::GetData(), m_NextEvent1, Math::RandomFloatInclusive(), JsonDataContaminatedAreas::SafePositions, and TransmitAgents().
|
inlineprotected |
Definition at line 56 of file areaexposure.c.
|
inlineprotected |
Definition at line 65 of file areaexposure.c.
References AGENTS_PER_SEC, ApplyAgentsToBleedingSources(), BleedingSourceCreateCheck(), EVENT_1_INTERVAL_MAX, EVENT_1_INTERVAL_MIN, EVENT_2_INTERVAL_MAX, EVENT_2_INTERVAL_MIN, m_NextEvent1, m_NextEvent2, m_Time1, m_Time2, Math::RandomFloat01(), Math::RandomFloatInclusive(), and TransmitAgents().
|
inlineprotected |
Definition at line 141 of file areaexposure.c.
References AGT_AIRBOURNE_CHEMICAL, and GetPlugin().
Referenced by OnActivate(), and OnTick().
|
protected |
Definition at line 14 of file areaexposure.c.
Referenced by ApplyAgentsToBleedingSources().
|
private |
Definition at line 6 of file areaexposure.c.
Referenced by OnTick().
|
private |
Definition at line 4 of file areaexposure.c.
Referenced by OnActivate(), and OnTick().
|
private |
Definition at line 3 of file areaexposure.c.
Referenced by OnActivate(), and OnTick().
|
protected |
Definition at line 11 of file areaexposure.c.
Referenced by OnTick().
|
protected |
Definition at line 10 of file areaexposure.c.
Referenced by OnTick().
|
protected |
Definition at line 7 of file areaexposure.c.
Referenced by OnActivate(), and OnTick().
|
protected |
Definition at line 16 of file areaexposure.c.
Referenced by OnTick().
|
protected |
Definition at line 8 of file areaexposure.c.
Referenced by OnTick().
|
protected |
Definition at line 17 of file areaexposure.c.
Referenced by OnTick().