Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
damageevents.c File Reference

Go to the source code of this file.

Classes

class  PlayerSoundEventBase
 
class  DamageSoundEvents
 

Functions

class DamageSoundEvents extends PlayerSoundEventBase DamageLightSoundEvent ()
 
void DamageSoundEvents ()
 
override bool CanPlay (PlayerBase player)
 
override bool HasPriorityOverCurrent (PlayerBase player, EPlayerSoundEventID other_state_id, EPlayerSoundEventType type_other)
 

Function Documentation

◆ CanPlay()

override bool DamageLightSoundEvent::CanPlay ( PlayerBase player)

Definition at line 31 of file damageevents.c.

◆ DamageLightSoundEvent()

class DamageSoundEvents extends PlayerSoundEventBase DamageLightSoundEvent ( )

Definition at line 1 of file damageevents.c.

◆ DamageSoundEvents()

void DamageLightSoundEvent::DamageSoundEvents ( )

Definition at line 25 of file damageevents.c.

◆ HasPriorityOverCurrent()

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

Definition at line 36 of file damageevents.c.