Home
last modified time | relevance | path

Searched refs:BG_AnimGetFootstepGap (Results 1 – 5 of 5) sorted by relevance

/dports/games/iortcw/iortcw-1.51c/SP/code/game/
H A Dbg_public.h1748 float BG_AnimGetFootstepGap( playerState_t *ps, float xyspeed );
H A Dbg_animation.c2126 float BG_AnimGetFootstepGap( playerState_t *ps, float xyspeed ) { in BG_AnimGetFootstepGap() function
H A Dg_funcs.h1179 {"BG_AnimGetFootstepGap", (byte *)BG_AnimGetFootstepGap},
H A Dbg_pmove.c1836 animGap = BG_AnimGetFootstepGap( pm->ps, pm->xyspeed ); in PM_Footsteps()
H A Dg_func_decs.h1179 extern float BG_AnimGetFootstepGap ( playerState_t * ps , float xyspeed ) ;