Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
class | PlayerSoundEventBase |
class | DrowningSoundEventBase |
Functions | |
class DrowningSoundEventBase extends PlayerSoundEventBase | DrowningEvent1 () |
void | DrowningEvents () |
override bool | CanPlay (PlayerBase player) |
override bool | HasPriorityOverCurrent (PlayerBase player, EPlayerSoundEventID other_state_id, EPlayerSoundEventType type_other) |
override bool DrowningEvent1::CanPlay | ( | PlayerBase | player | ) |
Definition at line 8 of file drowningevents.c.
class DrowningSoundEventBase extends PlayerSoundEventBase DrowningEvent1 | ( | ) |
Definition at line 22 of file drowningevents.c.
void DrowningEvent1::DrowningEvents | ( | ) |
Definition at line 2 of file drowningevents.c.
override bool DrowningEvent1::HasPriorityOverCurrent | ( | PlayerBase | player, |
EPlayerSoundEventID | other_state_id, | ||
EPlayerSoundEventType | type_other | ||
) |
Definition at line 13 of file drowningevents.c.