![]() |
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 | OnReconnect (PlayerBase player) |
| override void | OnTick (PlayerBase player, float deltaT) |
Private Attributes | |
| const float | TOXICITY_CLEANUP_PER_SEC = 1 |
| const float | VOMIT_THRESHOLD = 70 |
Definition at line 1 of file toxicity.c.
|
inlineprivate |
Definition at line 15 of file toxicity.c.
|
inlineprivate |
Definition at line 20 of file toxicity.c.
|
inlineprivate |
Definition at line 6 of file toxicity.c.
References DEFAULT_TICK_TIME_ACTIVE, DEFAULT_TICK_TIME_INACTIVE, DisableDeactivateCheck(), m_ID, m_TickIntervalActive, m_TickIntervalInactive, and m_TrackActivatedTime.
|
inlineprivate |
Definition at line 44 of file toxicity.c.
|
inlineprivate |
Definition at line 39 of file toxicity.c.
|
inlineprivate |
Definition at line 25 of file toxicity.c.
References Math::RandomIntInclusive(), SymptomBase::SetDuration(), TOXICITY_CLEANUP_PER_SEC, and VOMIT_THRESHOLD.
|
private |
Definition at line 3 of file toxicity.c.
Referenced by OnTick().
|
private |
Definition at line 4 of file toxicity.c.
Referenced by OnTick().