int m_ID
ID of effect, given by SEffectManager when registered (automatically done when playing through it)
bool m_TrackActivatedTime
void DisableDeactivateCheck()
float m_TickIntervalActive
float m_TickIntervalInactive
const int DEFAULT_TICK_TIME_INACTIVE
const int DEFAULT_TICK_TIME_ACTIVE
override void OnActivate(PlayerBase player)
const float TOXICITY_CLEANUP_PER_SEC
const float VOMIT_THRESHOLD
override void OnTick(PlayerBase player, float deltaT)
override bool ActivateCondition(PlayerBase player)
override void OnReconnect(PlayerBase player)
override bool DeactivateCondition(PlayerBase player)
static int RandomIntInclusive(int min, int max)
Returns a random int number between and min [inclusive] and max [inclusive].