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

Private Member Functions

override void Init ()
 
override string GetDebugText ()
 
override 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 = 100
 
const int AGENT_THRESHOLD_DEACTIVATE = 0
 
private const int SNEEZE_RND_DIVIDER_NORMAL_MIN = 15
 
private const int SNEEZE_RND_DIVIDER_NORMAL_MAX = 20
 
private const int SNEEZE_RND_DIVIDER_SUPPRESSED_MIN = 30
 
private const int SNEEZE_RND_DIVIDER_SUPPRESSED_MAX = 40
 
private const int TEMPORARY_RESISTANCE_TIME = 900
 
private ModifiersManager m_ModifiersManager
 

Member Function Documentation

◆ ActivateCondition()

override 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 = 100
private

◆ AGENT_THRESHOLD_DEACTIVATE

const int AGENT_THRESHOLD_DEACTIVATE = 0
private

◆ m_ModifiersManager

private ModifiersManager m_ModifiersManager
private

Referenced by OnActivate(), and OnTick().

◆ SNEEZE_RND_DIVIDER_NORMAL_MAX

private const int SNEEZE_RND_DIVIDER_NORMAL_MAX = 20
private

Referenced by OnTick().

◆ SNEEZE_RND_DIVIDER_NORMAL_MIN

private const int SNEEZE_RND_DIVIDER_NORMAL_MIN = 15
private

Referenced by OnTick().

◆ SNEEZE_RND_DIVIDER_SUPPRESSED_MAX

private const int SNEEZE_RND_DIVIDER_SUPPRESSED_MAX = 40
private

Referenced by OnTick().

◆ SNEEZE_RND_DIVIDER_SUPPRESSED_MIN

private const int SNEEZE_RND_DIVIDER_SUPPRESSED_MIN = 30
private

Referenced by OnTick().

◆ TEMPORARY_RESISTANCE_TIME

private const int TEMPORARY_RESISTANCE_TIME = 900
private

Referenced by OnDeactivate().


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