![]() |
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) |
| void | HandleSounds (PlayerBase player, float deltaT, MaskBase mask) |
| 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 | |
| const float | IN_AREA_CONSUME_FILTER_QUANTITY_PER_SEC = 0.3 |
| const float | LOW_FILTER_SOUND_EVENT_MAX = 9 |
| const float | LOW_FILTER_SOUND_EVENT_MIN = 3 |
| const float | LOW_FILTER_SOUND_THRESHOLD = 0.2 |
| float | m_NextSoundEventTime |
| float | m_SoundTimeAccu1 |
| const float | OUT_AREA_CONSUME_FILTER_QUANTITY_PER_SEC = 0.03 |
| const float | STAMINA_DEPLETION_MODIFIER = 1.25 |
| const float | STAMINA_RECOVERY_MODIFIER = 0.5 |
|
inlineprivate |
Definition at line 26 of file mask.c.
Referenced by DeactivateCondition().
|
inlineprivate |
Definition at line 31 of file mask.c.
References ActivateCondition().
|
inlineprivate |
Definition at line 69 of file mask.c.
References Math::InverseLerp(), Math::Lerp(), LOW_FILTER_SOUND_EVENT_MAX, LOW_FILTER_SOUND_EVENT_MIN, LOW_FILTER_SOUND_THRESHOLD, m_NextSoundEventTime, and m_SoundTimeAccu1.
Referenced by OnTick().
|
inlineprivate |
Definition at line 17 of file mask.c.
References DEFAULT_TICK_TIME_ACTIVE_SHORT, DEFAULT_TICK_TIME_INACTIVE, m_AnalyticsStatsEnabled, m_ID, m_TickIntervalActive, m_TickIntervalInactive, and m_TrackActivatedTime.
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
Definition at line 101 of file mask.c.
References OnActivate().
|
inlineprivate |
Definition at line 36 of file mask.c.
References HandleSounds(), IN_AREA_CONSUME_FILTER_QUANTITY_PER_SEC, m_Manager, and OUT_AREA_CONSUME_FILTER_QUANTITY_PER_SEC.
|
private |
|
private |
Definition at line 10 of file mask.c.
Referenced by HandleSounds().
|
private |
Definition at line 9 of file mask.c.
Referenced by HandleSounds().
|
private |
Definition at line 12 of file mask.c.
Referenced by HandleSounds().
|
private |
Definition at line 15 of file mask.c.
Referenced by HandleSounds().
|
private |
Definition at line 14 of file mask.c.
Referenced by HandleSounds().
|
private |
|
private |
Definition at line 7 of file mask.c.
Referenced by StaminaHandler::Init().
|
private |
Definition at line 6 of file mask.c.
Referenced by StaminaHandler::Init().