Home
last modified time | relevance | path

Searched refs:G_TryingPullAttack (Results 1 – 2 of 2) sorted by relevance

/dports/games/openjk/OpenJK-07675e2/code/game/
H A Dbg_panimate.cpp87 extern qboolean G_TryingPullAttack( gentity_t *self, usercmd_t *cmd, qboolean amPulling );
3296 …&& G_TryingPullAttack( pm->gent, &pm->cmd, qfalse )//(pm->cmd.buttons&BUTTON_FORCE_FOCUS)//holding… in PM_CheckPullAttack()
H A Dwp_saber.cpp4132 qboolean G_TryingPullAttack( gentity_t *self, usercmd_t *cmd, qboolean amPulling ) in G_TryingPullAttack() function
9125 if ( G_TryingPullAttack( self, &self->client->usercmd, qtrue ) ) in ForceThrow()