Home
last modified time | relevance | path

Searched refs:G_PredictBounceMissile (Results 1 – 4 of 4) sorted by relevance

/dports/games/iortcw/iortcw-1.51c/SP/code/game/
H A Dg_missile.c628 void G_PredictBounceMissile( gentity_t *ent, trajectory_t *pos, trace_t *trace, int time ) { in G_PredictBounceMissile() function
706G_PredictBounceMissile( ent, &pos, &tr, time - FRAMETIME + (int)( (float)FRAMETIME * tr.fraction )… in G_PredictMissile()
H A Dg_funcs.h872 {"G_PredictBounceMissile", (byte *)G_PredictBounceMissile},
H A Dg_func_decs.h872 extern void G_PredictBounceMissile ( gentity_t * ent , trajectory_t * pos , trace_t * trace , int t…
/dports/games/iortcw/iortcw-1.51c/MP/code/game/
H A Dg_missile.c762 void G_PredictBounceMissile( gentity_t *ent, trajectory_t *pos, trace_t *trace, int time ) { in G_PredictBounceMissile() function
840G_PredictBounceMissile( ent, &pos, &tr, time - FRAMETIME + (int)( (float)FRAMETIME * tr.fraction )… in G_PredictMissile()