class CoughSymptomSource
CoughSymptom › SymptomBase
All members, including inherited
Constants 1
const int COUGH_BLOOD_LOSS = 50Referenced by OnGetActivatedServer()
Methods 10
override void OnInit()References SymptomBase.m_DestroyOnAnimFinish, SymptomBase.m_ID, SymptomBase.m_Priority
Show 2 more
, SymptomBase.m_SymptomType, and SymptomBase.m_SyncToClientbool IsContaminationActive()override void OnUpdateServer(PlayerBase player, float deltatime)gets called every frame
override void OnUpdateClient(PlayerBase player, float deltatime)override void OnAnimationStart()References Class.Cast(), GetPlugin(), IsContaminationActive()
Show 2 more
, PluginLifespan.UpdateBloodyHandsVisibilityEx(), and SymptomBase.m_Playeroverride SmptAnimMetaBase SpawnAnimMetaObject()References new SmptAnimMetaADD()
override void OnGetActivatedServer(PlayerBase player)gets called once on an Symptom which is being activated
override 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
override void OnGetDeactivatedClient(PlayerBase player)only gets called once on an active Symptom that is being deactivated