Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
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 7 of file jumpevents.c.
override bool JumpSoundEvent::HasPriorityOverCurrent | ( | PlayerBase | player, |
EPlayerSoundEventID | other_state_id, | ||
EPlayerSoundEventType | type_other | ||
) |
Definition at line 2 of file jumpevents.c.
class JumpEventsBase extends PlayerSoundEventBase JumpSoundEvent | ( | ) |
Definition at line 35 of file jumpevents.c.
override void JumpSoundEvent::OnEnd | ( | ) |
Definition at line 23 of file jumpevents.c.
override void JumpSoundEvent::OnPlay | ( | PlayerBase | player | ) |
Definition at line 16 of file jumpevents.c.