![]() |
Dayz Explorer 1.28.160049
|
Go to the source code of this file.
Classes | |
| class | SMDataBase |
| class | SMDataHoldBreath |
Functions | |
| override void | Init () |
| Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system) | |
Variables | |
| class SMDataBase | m_BaseValue |
| float | m_Exponent |
| float | m_Multiplier |
| float | m_Cooldown |
| float | m_StartTimeAdjustment |
| float | m_Duration |
| override void Init | ( | ) |
Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system)
whole body slots
upper body part slots
bottom body part slots
lower body part slots
heat comfort related slots
Definition at line 30 of file staminamodifierdata.c.
| class SMDataBase m_BaseValue |
| 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.
| float m_Multiplier |
Definition at line 25 of file staminamodifierdata.c.
| float m_StartTimeAdjustment |
Definition at line 27 of file staminamodifierdata.c.