DayZ 1.24
Loading...
Searching...
No Matches
InjuryEvents.c
Go to the documentation of this file.
2{
3
5 {
6 m_HasPriorityOverTypes = -1;//-1 for all
8 }
9
10 override bool CanPlay(PlayerBase player)
11 {
12 return true;
13 }
14
19}
20
22{
24 {
26 m_ID = EPlayerSoundEventID.INJURED_LIGHT;
28 }
29}
30
32{
34 {
35
36 m_ID = EPlayerSoundEventID.INJURED_MEDIUM;
38 }
39}
40
42{
44 {
45 m_ID = EPlayerSoundEventID.INJURED_HIGH;
47 }
48}
49
eBleedingSourceType m_Type
int m_ID
ID of effect, given by SEffectManager when registered (automatically done when playing through it)
Definition Effect.c:49
class InjuryMediumSoundEvent extends InjurySoundEvents InjuryHeavySoundEvent()
class InjurySoundEvents extends PlayerSoundEventBase InjuryLightSoundEvent()
void InjuryMediumSoundEvent()
EPlayerSoundEventType
EPlayerSoundEventType m_HasPriorityOverTypes
int m_SoundVoiceAnimEventClassID
Definition SoundEvents.c:83
void InjuryMediumSoundEvent()
override bool HasPriorityOverCurrent(PlayerBase player, EPlayerSoundEventID other_state_id, EPlayerSoundEventType type_other)
override bool CanPlay(PlayerBase player)