class SneezeSymptomSource
SneezeSymptom › SymptomBase
All members, including inherited
Methods 8
override void OnInit()References SymptomBase.m_DestroyOnAnimFinish, SymptomBase.m_ID, SymptomBase.m_Priority
Show 2 more
, 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 OnGetActivatedServer(PlayerBase player)gets called once on an Symptom which is being activated
override void OnGetActivatedClient(PlayerBase player)gets called once on an Symptom which is being activated
References LogManager.IsSymptomLogEnable(), Debug.SymptomLog(), Class.ToString()
Show 2 more
, Class.ToString(), and SymptomBase.m_Playeroverride 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()
Show 2 more
, Class.ToString(), and SymptomBase.m_Playeroverride SmptAnimMetaBase SpawnAnimMetaObject()References new SmptAnimMetaADD()