Lines Matching refs:jumpspeed

8307     newchar->jumpspeed          = default_model_jumpspeed;  in init_model()
9014 newchar->jumpspeed = atof(value); in load_cached_model()
9015 newchar->jumpspeed /= 10; in load_cached_model()
9019 newchar->jumpspeed = atof(value); in load_cached_model()
11453 if(newchar->jumpspeed < 0) in load_cached_model()
11455 newchar->jumpspeed = MAX(newchar->speed, 1); in load_cached_model()
24775 …tryjump(self->modeldata.runjumpheight, self->modeldata.jumpspeed * self->modeldata.runjumpdist, (s… in common_try_jump()
24779 …tryjump(self->modeldata.runjumpheight, self->modeldata.jumpspeed * self->modeldata.runjumpdist, (s… in common_try_jump()
24783 …tryjump(self->modeldata.runjumpheight, self->modeldata.jumpspeed * self->modeldata.runjumpdist, (s… in common_try_jump()
24790 …tryjump(self->modeldata.jumpheight, self->modeldata.jumpspeed, (self->modeldata.jumpmovez) ? self-… in common_try_jump()
24794 …tryjump(self->modeldata.jumpheight, self->modeldata.jumpspeed, (self->modeldata.jumpmovez) ? self-… in common_try_jump()
27871 tryjump(self->modeldata.jumpheight, self->modeldata.jumpspeed, 0, ANI_JUMP); in player_grab_check()
28825 …tryjump(self->modeldata.runjumpheight, self->modeldata.jumpspeed * self->modeldata.runjumpdist, (s… in player_think()
28829 …tryjump(self->modeldata.runjumpheight, self->modeldata.jumpspeed * self->modeldata.runjumpdist, (s… in player_think()
28833 …tryjump(self->modeldata.runjumpheight, self->modeldata.jumpspeed * self->modeldata.runjumpdist, (s… in player_think()
28866 …tryjump(self->modeldata.jumpheight, self->modeldata.jumpspeed, (self->modeldata.jumpmovez) ? self-… in player_think()
28870 …tryjump(self->modeldata.jumpheight, self->modeldata.jumpspeed, (self->modeldata.jumpmovez) ? self-… in player_think()