Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
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) More... | |
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)
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.