DayZ Scripts
PC Stable Documentation
 
Loading...
Searching...
No Matches
JumpEvents.c File Reference

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 ()
 

Function Documentation

◆ CanPlay()

override bool CanPlay ( PlayerBase  player)

◆ HasPriorityOverCurrent()

override bool HasPriorityOverCurrent ( PlayerBase  player,
EPlayerSoundEventID  other_state_id,
EPlayerSoundEventType  type_other 
)

◆ JumpSoundEvent()

class JumpEventsBase extends PlayerSoundEventBase JumpSoundEvent ( )

Referenced by PlayerSoundEventHandler().

◆ OnEnd()

override void OnEnd ( )

◆ OnPlay()

override void OnPlay ( PlayerBase  player)