![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | HoldBreathSoundEventBase |
| class | PlayerSoundEventBase |
Functions | |
| void | ExhaustedBreathSoundEvent () |
| override bool | HasHoldBreathException () |
| override bool | HasPriorityOverCurrent (PlayerBase player, EPlayerSoundEventID other_state_id, EPlayerSoundEventType type_other) |
| class HoldBreathSoundEventBase extends PlayerSoundEventBase | HoldBreathSoundEvent () |
| void | HoldBreathSoundEventBase () |
| class ExhaustedBreathSoundEvent extends HoldBreathSoundEventBase | ReleaseBreathSoundEvent () |
| void ExhaustedBreathSoundEvent | ( | ) |
Definition at line 53 of file holdbreathevents.c.
References m_ID, m_SoundVoiceAnimEventClassID, and m_Type.
Referenced by PlayerSoundEventHandler().
| override bool HasHoldBreathException | ( | ) |
Definition at line 24 of file holdbreathevents.c.
Referenced by CanPlay().
| override bool HasPriorityOverCurrent | ( | PlayerBase | player, |
| EPlayerSoundEventID | other_state_id, | ||
| EPlayerSoundEventType | type_other ) |
Definition at line 25 of file holdbreathevents.c.
| class HoldBreathSoundEventBase extends PlayerSoundEventBase HoldBreathSoundEvent | ( | ) |
Definition at line 1 of file holdbreathevents.c.
Referenced by PlayerSoundEventHandler().
| void HoldBreathSoundEventBase | ( | ) |
Definition at line 19 of file holdbreathevents.c.
References m_ID, m_SoundVoiceAnimEventClassID, and m_Type.
| class ExhaustedBreathSoundEvent extends HoldBreathSoundEventBase ReleaseBreathSoundEvent | ( | ) |
Definition at line 35 of file holdbreathevents.c.
References HoldBreathSoundEventBase::ExhaustedBreathSoundEvent().
Referenced by PlayerSoundEventHandler().