![]() |
Dayz Explorer 1.28.160049
|
Go to the source code of this file.
Classes | |
| class | PlayerSoundEventBase |
Functions | |
| class JumpEventsBase extends PlayerSoundEventBase | JumpSoundEvent () |
| override bool | HasPriorityOverCurrent (PlayerBase player, EPlayerSoundEventID other_state_id, EPlayerSoundEventType type_other) |
| override bool | CanPlay (PlayerBase player) |
| override void | OnPlay (PlayerBase player) |
| override void | OnEnd () |
| override bool JumpSoundEvent::CanPlay | ( | PlayerBase | player | ) |
Definition at line 41 of file jumpevents.c.
| override bool JumpSoundEvent::HasPriorityOverCurrent | ( | PlayerBase | player, |
| EPlayerSoundEventID | other_state_id, | ||
| EPlayerSoundEventType | type_other ) |
Definition at line 36 of file jumpevents.c.
| class JumpEventsBase extends PlayerSoundEventBase JumpSoundEvent | ( | ) |
Definition at line 1 of file jumpevents.c.
| override void JumpSoundEvent::OnEnd | ( | ) |
Definition at line 57 of file jumpevents.c.
| override void JumpSoundEvent::OnPlay | ( | PlayerBase | player | ) |
Definition at line 50 of file jumpevents.c.