44 player.IncreaseHealingsCount();
50 player.DecreaseHealingsCount();
int m_ID
ID of effect, given by SEffectManager when registered (automatically done when playing through it)
bool m_TrackActivatedTime
overall time this modifier was active
void DisableActivateCheck()
bool m_AnalyticsStatsEnabled
float m_TickIntervalActive
float m_TickIntervalInactive
bool m_IsPersistent
should this modifier track overall time it was active ?
const int DEFAULT_TICK_TIME_INACTIVE
override bool ActivateCondition(PlayerBase player)
override bool DeactivateCondition(PlayerBase player)
override void OnActivate(PlayerBase player)
override string GetDebugTextSimple()
const float ANTIBIOTICS_STRENGTH
override string GetDebugText()
override void OnTick(PlayerBase player, float deltaT)
override void OnDeactivate(PlayerBase player)
override void OnReconnect(PlayerBase player)
const int ANTIBIOTICS_LIFETIME
static proto string ToString(void var, bool type=false, bool name=false, bool quotes=true)
Return string representation of variable.