DayZ 1.24
|
Go to the source code of this file.
Classes | |
class | PlayerSoundEventBase |
class | DrowningSoundEventBase |
override bool DrowningEvent1::CanPlay | ( | PlayerBase | player | ) |
Definition at line 29 of file DrowningEvents.c.
class DrowningSoundEventBase extends PlayerSoundEventBase DrowningEvent1 | ( | ) |
Definition at line 1 of file DrowningEvents.c.
Referenced by PlayerSoundEventHandler().
void DrowningEvent1::DrowningEvents | ( | ) |
Definition at line 23 of file DrowningEvents.c.
References m_ID, and m_SoundVoiceAnimEventClassID.
override bool DrowningEvent1::HasPriorityOverCurrent | ( | PlayerBase | player, |
EPlayerSoundEventID | other_state_id, | ||
EPlayerSoundEventType | type_other ) |
Definition at line 34 of file DrowningEvents.c.