class ContaminationStage1MdfrSource
ContaminationStage1Mdfr › ModifierBase
All members, including inherited
Constants 4
static const int AGENT_THRESHOLD_ACTIVATE = 1static const int AGENT_THRESHOLD_DEACTIVATE = 100static const int EVENT_1_INTERVAL_MIN = 20static const int EVENT_1_INTERVAL_MAX = 40Members 2
protected float m_NextEventprotected float m_TimeMethods 5
override void Init()override string GetDebugText()override protected bool ActivateCondition(PlayerBase player)References PlayerBase.GetSingleAgentCount(), AGENT_THRESHOLD_ACTIVATE, and AGENT_THRESHOLD_DEACTIVATE
Referenced by DeactivateCondition()
override protected void OnActivate(PlayerBase player)override protected bool DeactivateCondition(PlayerBase player)References ActivateCondition()