PC Stable Documentation
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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)