Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
symptomevents.c File Reference

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 ()

Function Documentation

◆ CoughSoundEvent()

class SymptomSoundEventBase extends PlayerSoundEventBase CoughSoundEvent ( )

Definition at line 1 of file symptomevents.c.

Referenced by PlayerSoundEventHandler().

◆ FatigueSoundEvent()

class GaspSoundEvent extends SymptomSoundEventBase FatigueSoundEvent ( )

Definition at line 42 of file symptomevents.c.

References GaspSoundEvent().

Referenced by PlayerSoundEventHandler().

◆ GaspSoundEvent()

void GaspSoundEvent ( )

Definition at line 54 of file symptomevents.c.

References m_ID, and m_SoundVoiceAnimEventClassID.

Referenced by FatigueSoundEvent(), and PlayerSoundEventHandler().

◆ HasPriorityOverCurrent()

override bool HasPriorityOverCurrent ( PlayerBase player,
EPlayerSoundEventID other_state_id,
EPlayerSoundEventType type_other )

Definition at line 24 of file symptomevents.c.

References SymptomSoundEventBase::LaugherSoundEvent().

◆ LaugherSoundEvent()

void LaugherSoundEvent ( )

Definition at line 36 of file symptomevents.c.

References m_ID, and m_SoundVoiceAnimEventClassID.

Referenced by PlayerSoundEventHandler().

◆ OnPlay()

override void OnPlay ( PlayerBase player)

Definition at line 59 of file symptomevents.c.

◆ SneezeSoundEvent()

class LaugherSoundEvent extends SymptomSoundEventBase SneezeSoundEvent ( )

Definition at line 24 of file symptomevents.c.

Referenced by PlayerSoundEventHandler().

◆ SymptomSoundEventBase()

void SymptomSoundEventBase ( )

Definition at line 18 of file symptomevents.c.

References m_ID, and m_SoundVoiceAnimEventClassID.