![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| override bool | ActivateCondition (PlayerBase player) |
| override bool | DeactivateCondition (PlayerBase player) |
| override void | Init () |
| override void | OnActivate (PlayerBase player) |
| override void | OnDeactivate (PlayerBase player) |
| override void | OnReconnect (PlayerBase player) |
| override void | OnTick (PlayerBase player, float deltaT) |
Private Attributes | |
| float | m_NextEvent |
| float | m_Time |
Static Private Attributes | |
| static const float | EVENT_INTERVAL_MAX = 18 |
| static const float | EVENT_INTERVAL_MIN = 12 |
|
inlineprivate |
Definition at line 19 of file fever.c.
Referenced by DeactivateCondition().
|
inlineprivate |
Definition at line 46 of file fever.c.
References ActivateCondition().
|
inlineprivate |
Definition at line 10 of file fever.c.
References DEFAULT_TICK_TIME_ACTIVE_SHORT, DEFAULT_TICK_TIME_INACTIVE, m_AnalyticsStatsEnabled, m_ID, m_SyncID, m_TickIntervalActive, m_TickIntervalInactive, and m_TrackActivatedTime.
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
Definition at line 32 of file fever.c.
References OnActivate().
|
inlineprivate |
Definition at line 51 of file fever.c.
References EVENT_INTERVAL_MAX, EVENT_INTERVAL_MIN, m_NextEvent, m_Time, Math::RandomFloatInclusive(), and PlayerConstants::WATER_LOSS_FEVER.
|
staticprivate |
|
staticprivate |