Lines Matching refs:jumpspeed

4769 	newchar->jumpspeed          = default_model_jumpspeed;  in init_model()
5286 newchar->jumpspeed = atof(value); in load_cached_model()
5287 newchar->jumpspeed /= 10; in load_cached_model()
5291 newchar->jumpspeed = atof(value); in load_cached_model()
7440 if(newchar->jumpspeed < 0) newchar->jumpspeed = MAX(newchar->speed, 1); in load_cached_model()
15804 …tryjump(self->modeldata.runjumpheight, self->modeldata.jumpspeed*self->modeldata.runjumpdist, (sel… in common_try_jump()
15806 …tryjump(self->modeldata.runjumpheight, self->modeldata.jumpspeed*self->modeldata.runjumpdist, (sel… in common_try_jump()
15808 …tryjump(self->modeldata.runjumpheight, self->modeldata.jumpspeed*self->modeldata.runjumpdist, (sel… in common_try_jump()
15813 …tryjump(self->modeldata.jumpheight, self->modeldata.jumpspeed, (self->modeldata.jumpmovez)?self->z… in common_try_jump()
15815 …tryjump(self->modeldata.jumpheight, self->modeldata.jumpspeed, (self->modeldata.jumpmovez)?self->z… in common_try_jump()
17918 tryjump(self->modeldata.jumpheight, self->modeldata.jumpspeed, 0, ANI_JUMP); in player_grab_check()
18547 tryjump(self->modeldata.jumpheight, self->modeldata.jumpspeed, 0, ANI_JUMP); in player_think()
18587 …tryjump(self->modeldata.runjumpheight, self->modeldata.jumpspeed*self->modeldata.runjumpdist, (sel… in player_think()
18589 …tryjump(self->modeldata.runjumpheight, self->modeldata.jumpspeed*self->modeldata.runjumpdist, (sel… in player_think()
18591 …tryjump(self->modeldata.runjumpheight, self->modeldata.jumpspeed*self->modeldata.runjumpdist, (sel… in player_think()
18616 …tryjump(self->modeldata.jumpheight, self->modeldata.jumpspeed, (self->modeldata.jumpmovez)?self->z… in player_think()
18617 …else if(validanim(self,ANI_JUMP)) tryjump(self->modeldata.jumpheight, self->modeldata.jumpspeed, (… in player_think()