![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | SMDataBase |
| class | SMDataHoldBreath |
Functions | |
| override void | Init () |
Variables | |
| class SMDataBase | m_BaseValue |
| float | m_Cooldown |
| float | m_Duration |
| float | m_Exponent |
| float | m_Multiplier |
| float | m_StartTimeAdjustment |
| override void Init | ( | ) |
Definition at line 30 of file staminamodifierdata.c.
References CfgGameplayHandler::GetHoldBreathStaminaModifier(), m_BaseValue, m_Cooldown, m_Duration, m_Exponent, m_Multiplier, m_StartTimeAdjustment, GameConstants::STAMINA_DRAIN_HOLD_BREATH_DURATION, GameConstants::STAMINA_DRAIN_HOLD_BREATH_EXPONENT, GameConstants::STAMINA_DRAIN_HOLD_BREATH_START, and GameConstants::STAMINA_REGEN_COOLDOWN_DEPLETION.
| class SMDataBase m_BaseValue |
Referenced by Init().
| float m_Cooldown |
Definition at line 26 of file staminamodifierdata.c.
| float m_Duration |
Definition at line 28 of file staminamodifierdata.c.
| float m_Exponent |
Definition at line 24 of file staminamodifierdata.c.
Referenced by Init().
| float m_Multiplier |
Definition at line 25 of file staminamodifierdata.c.
| float m_StartTimeAdjustment |
Definition at line 27 of file staminamodifierdata.c.