class PainLightSymptomSource
PainLightSymptom › SymptomBase
All members, including inherited
Methods 9
override void OnInit()References SymptomBase.m_Duration, SymptomBase.m_ID, SymptomBase.m_MaxCount
Show 3 more
, SymptomBase.m_Priority, SymptomBase.m_SymptomType, and SymptomBase.m_SyncToClientoverride void OnUpdateServer(PlayerBase player, float deltatime)gets called every frame
override void OnUpdateClient(PlayerBase player, float deltatime)override void OnAnimationPlayFailed()override bool CanActivate()override void OnGetActivatedServer(PlayerBase player)gets called once on an Symptom which is being activated
References LogManager.IsSymptomLogEnable(), SymptomBase.PlaySound(), Debug.SymptomLog()
Show 3 more
, Class.ToString(), Class.ToString(), and SymptomBase.m_Playeroverride void OnGetActivatedClient(PlayerBase player)gets called once on a Symptom which is being activated
override void OnGetDeactivatedServer(PlayerBase player)only gets called once on an active Symptom that is being deactivated
References LogManager.IsSymptomLogEnable(), Debug.SymptomLog(), Class.ToString()
Show 2 more
, Class.ToString(), and SymptomBase.m_Playeroverride void OnGetDeactivatedClient(PlayerBase player)only gets called once on an active Symptom that is being deactivated
References LogManager.IsSymptomLogEnable(), Debug.SymptomLog(), Class.ToString()