DIFF

class StaminaModifierSource

StaminaModifierExponential StaminaModifier

Constructors 1

void StaminaModifier(int type, float min, float max, float cooldown, float startTime = 0, float duration = 0)
References m_Cooldown, m_Duration, m_MaxValue
Show 4 more, m_MinValue, m_StartTimeAdjustment, m_Tick, and m_Type

Members 11

bool m_InUse = false
Referenced by IsInUse(), and SetInUse()
int m_Type
Referenced by GetType(), and StaminaModifier()
float m_MinValue
float m_MaxValue
float m_Multiplier
float m_Cooldown
float m_StartTime
Referenced by GetStartTime(), and SetStartTime()
float m_StartTimeAdjustment
float m_ProgressTime

Methods 18

int GetType()
References m_Type
float GetMinValue()
References m_MinValue
void SetMinValue(float val)
References m_MinValue
float GetMaxValue()
References m_MaxValue
void SetMaxValue(float val)
References m_MaxValue
float GetCooldown()
References m_Cooldown
void SetCooldown(float val)
References m_Cooldown
float GetStartTime()
References m_StartTime
void SetStartTime(float val)
References m_StartTime
float GetStartTimeAdjustment()
float GetDuration()
References m_Duration
float GetDurationAdjusted()
References m_Duration, and m_Tick
bool IsInUse()
References m_InUse
void SetInUse(bool val)
References m_InUse
float GetRunTime()
References m_ProgressTime
void AddRunTime(float val)
References m_ProgressTime
void SetRunTimeTick(float val)
References m_Tick
void ResetRunTime()
References m_ProgressTime