Home
last modified time | relevance | path

Searched defs:kickPush (Results 1 – 2 of 2) sorted by relevance

/dports/games/openjk/OpenJK-07675e2/code/game/
H A Dg_active.cpp1949 …ent, vec3_t kickDir, float kickDist, vec3_t kickEnd, int kickDamage, float kickPush, qboolean doSo… in G_KickTrace()
3170 int kickPush = Q_flrand( 100.0f, 200.0f );//Q_flrand( 50.0f, 100.0f ); in G_CheckClampUcmd() local
/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A Dw_saber.c7525 …e( gentity_t *ent, vec3_t kickDir, float kickDist, vec3_t kickEnd, int kickDamage, float kickPush ) in G_KickTrace()
7647 int kickPush = flrand( 50.0f, 100.0f ); in G_KickSomeMofos() local