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

Go to the source code of this file.

Classes

class  PlayerSoundEventBase
 
class  HoldBreathSoundEventBase
 

Functions

class HoldBreathSoundEventBase extends PlayerSoundEventBase HoldBreathSoundEvent ()
 
void HoldBreathSoundEventBase ()
 
override bool HasHoldBreathException ()
 
override bool HasPriorityOverCurrent (PlayerBase player, EPlayerSoundEventID other_state_id, EPlayerSoundEventType type_other)
 
class ExhaustedBreathSoundEvent extends HoldBreathSoundEventBase ReleaseBreathSoundEvent ()
 
void ExhaustedBreathSoundEvent ()
 

Function Documentation

◆ ExhaustedBreathSoundEvent()

void ReleaseBreathSoundEvent::ExhaustedBreathSoundEvent ( )

Definition at line 53 of file holdbreathevents.c.

◆ HasHoldBreathException()

override bool HoldBreathSoundEvent::HasHoldBreathException ( )

Definition at line 24 of file holdbreathevents.c.

◆ HasPriorityOverCurrent()

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

Definition at line 25 of file holdbreathevents.c.

◆ HoldBreathSoundEvent()

class HoldBreathSoundEventBase extends PlayerSoundEventBase HoldBreathSoundEvent ( )

Definition at line 1 of file holdbreathevents.c.

◆ HoldBreathSoundEventBase()

void HoldBreathSoundEvent::HoldBreathSoundEventBase ( )

Definition at line 19 of file holdbreathevents.c.

◆ ReleaseBreathSoundEvent()

class ExhaustedBreathSoundEvent extends HoldBreathSoundEventBase ReleaseBreathSoundEvent ( )

Definition at line 35 of file holdbreathevents.c.