Home
last modified time | relevance | path

Searched refs:WP_SaberSwingSound (Results 1 – 3 of 3) sorted by relevance

/dports/games/openjk/OpenJK-07675e2/code/game/
H A Dbg_pmove.cpp118 extern void WP_SaberSwingSound( gentity_t *ent, int saberNum, swingType_t swingType );
9539 WP_SaberSwingSound( pm->gent, 0, SWING_FAST ); in PM_SetSaberMove()
9551 WP_SaberSwingSound( pm->gent, 0, SWING_STRONG ); in PM_SetSaberMove()
9556 WP_SaberSwingSound( pm->gent, 0, SWING_MEDIUM ); in PM_SetSaberMove()
9560 WP_SaberSwingSound( pm->gent, 0, SWING_FAST ); in PM_SetSaberMove()
9586 WP_SaberSwingSound( pm->gent, 0, SWING_FAST ); in PM_SetSaberMove()
H A Dwp_saber.cpp684 void WP_SaberSwingSound( gentity_t *ent, int saberNum, swingType_t swingType ) in WP_SaberSwingSound() function
/dports/games/openjk/OpenJK-07675e2/code/cgame/
H A Dcg_players.cpp41 extern void WP_SaberSwingSound( gentity_t *ent, int saberNum, swingType_t swingType );
995WP_SaberSwingSound( cent->gent, animEvent->eventData[AED_SABER_SWING_SABERNUM], (swingType_t)animE… in CG_PlayerAnimEventDo()