PC Stable Documentation
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
InfluenzaMdfr Class Reference

Private Member Functions

override void Init ()
 
override string GetDebugText ()
 
override protected bool ActivateCondition (PlayerBase player)
 
override protected void OnActivate (PlayerBase player)
 
override protected void OnDeactivate (PlayerBase player)
 
override protected bool DeactivateCondition (PlayerBase player)
 
override protected void OnTick (PlayerBase player, float deltaT)
 

Private Attributes

const int AGENT_THRESHOLD_ACTIVATE = 600
 
const int AGENT_THRESHOLD_DEACTIVATE = 400
 
private const int COUGH_RND_DIVIDER_NORMAL_MIN = 5
 
private const int COUGH_RND_DIVIDER_NORMAL_MAX = 20
 
private const int COUGH_RND_DIVIDER_SUPPRESSED_MIN = 10
 
private const int COUGH_RND_DIVIDER_SUPPRESSED_MAX = 40
 
private const int TEMPORARY_RESISTANCE_TIME = 300
 
private ModifiersManager m_ModifiersManager
 

Member Function Documentation

◆ ActivateCondition()

override protected bool ActivateCondition ( PlayerBase  player)
inlineprivate

◆ DeactivateCondition()

override protected bool DeactivateCondition ( PlayerBase  player)
inlineprivate

◆ GetDebugText()

override string GetDebugText ( )
inlineprivate

◆ Init()

◆ OnActivate()

override protected void OnActivate ( PlayerBase  player)
inlineprivate

References m_ModifiersManager.

◆ OnDeactivate()

override protected void OnDeactivate ( PlayerBase  player)
inlineprivate

◆ OnTick()

Field Documentation

◆ AGENT_THRESHOLD_ACTIVATE

const int AGENT_THRESHOLD_ACTIVATE = 600
private

Referenced by ActivateCondition(), and GetDebugText().

◆ AGENT_THRESHOLD_DEACTIVATE

const int AGENT_THRESHOLD_DEACTIVATE = 400
private

◆ COUGH_RND_DIVIDER_NORMAL_MAX

private const int COUGH_RND_DIVIDER_NORMAL_MAX = 20
private

Referenced by OnTick().

◆ COUGH_RND_DIVIDER_NORMAL_MIN

private const int COUGH_RND_DIVIDER_NORMAL_MIN = 5
private

Referenced by OnTick().

◆ COUGH_RND_DIVIDER_SUPPRESSED_MAX

private const int COUGH_RND_DIVIDER_SUPPRESSED_MAX = 40
private

Referenced by OnTick().

◆ COUGH_RND_DIVIDER_SUPPRESSED_MIN

private const int COUGH_RND_DIVIDER_SUPPRESSED_MIN = 10
private

Referenced by OnTick().

◆ m_ModifiersManager

private ModifiersManager m_ModifiersManager
private

Referenced by OnActivate(), and OnTick().

◆ TEMPORARY_RESISTANCE_TIME

private const int TEMPORARY_RESISTANCE_TIME = 300
private

Referenced by OnDeactivate().


The documentation for this class was generated from the following file: