Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
damageevents.c File Reference

Go to the source code of this file.

Data Structures

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 9 of file damageevents.c.

◆ DamageLightSoundEvent()

class DamageSoundEvents extends PlayerSoundEventBase DamageLightSoundEvent ( )

Definition at line 23 of file damageevents.c.

◆ DamageSoundEvents()

void DamageLightSoundEvent::DamageSoundEvents ( )

Definition at line 3 of file damageevents.c.

◆ HasPriorityOverCurrent()

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

Definition at line 14 of file damageevents.c.