![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | PlayerSoundEventBase |
| class | SymptomSoundEventBase |
Functions | |
| class SymptomSoundEventBase extends PlayerSoundEventBase | CoughSoundEvent () |
| class GaspSoundEvent extends SymptomSoundEventBase | FatigueSoundEvent () |
| void | GaspSoundEvent () |
| override bool | HasPriorityOverCurrent (PlayerBase player, EPlayerSoundEventID other_state_id, EPlayerSoundEventType type_other) |
| void | LaugherSoundEvent () |
| override void | OnPlay (PlayerBase player) |
| class LaugherSoundEvent extends SymptomSoundEventBase | SneezeSoundEvent () |
| void | SymptomSoundEventBase () |
| class SymptomSoundEventBase extends PlayerSoundEventBase CoughSoundEvent | ( | ) |
Definition at line 1 of file symptomevents.c.
Referenced by PlayerSoundEventHandler().
| class GaspSoundEvent extends SymptomSoundEventBase FatigueSoundEvent | ( | ) |
Definition at line 42 of file symptomevents.c.
References GaspSoundEvent().
Referenced by PlayerSoundEventHandler().
| void GaspSoundEvent | ( | ) |
Definition at line 54 of file symptomevents.c.
References m_ID, and m_SoundVoiceAnimEventClassID.
Referenced by FatigueSoundEvent(), and PlayerSoundEventHandler().
| override bool HasPriorityOverCurrent | ( | PlayerBase | player, |
| EPlayerSoundEventID | other_state_id, | ||
| EPlayerSoundEventType | type_other ) |
Definition at line 24 of file symptomevents.c.
References SymptomSoundEventBase::LaugherSoundEvent().
| void LaugherSoundEvent | ( | ) |
Definition at line 36 of file symptomevents.c.
References m_ID, and m_SoundVoiceAnimEventClassID.
Referenced by PlayerSoundEventHandler().
| override void OnPlay | ( | PlayerBase | player | ) |
Definition at line 59 of file symptomevents.c.
| class LaugherSoundEvent extends SymptomSoundEventBase SneezeSoundEvent | ( | ) |
Definition at line 24 of file symptomevents.c.
Referenced by PlayerSoundEventHandler().
| void SymptomSoundEventBase | ( | ) |
Definition at line 18 of file symptomevents.c.
References m_ID, and m_SoundVoiceAnimEventClassID.