Home
last modified time | relevance | path

Searched refs:runjumpheight (Results 1 – 15 of 15) sorted by relevance

/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h1028 float runjumpheight; // The height the character jumps when running member
H A Dopenbor.c4649 newchar->runjumpheight = 4; // Default jump height if a player is running in init_model()
5378 … newchar->runjumpheight = GET_FLOAT_ARG(2); // The height at which a player jumps when running in load_cached_model()
13379 newmodel->runjumpheight = model->runjumpheight; in set_model_ex()
15401 …tryjump(self->modeldata.runjumpheight, self->modeldata.jumpspeed*self->modeldata.runjumpdist, (sel… in common_try_jump()
15403 …tryjump(self->modeldata.runjumpheight, self->modeldata.jumpspeed*self->modeldata.runjumpdist, (sel… in common_try_jump()
15405 …tryjump(self->modeldata.runjumpheight, self->modeldata.jumpspeed*self->modeldata.runjumpdist, (sel… in common_try_jump()
18141 …tryjump(self->modeldata.runjumpheight, self->modeldata.jumpspeed*self->modeldata.runjumpdist, (sel… in player_think()
18143 …tryjump(self->modeldata.runjumpheight, self->modeldata.jumpspeed*self->modeldata.runjumpdist, (sel… in player_think()
18145 …tryjump(self->modeldata.runjumpheight, self->modeldata.jumpspeed*self->modeldata.runjumpdist, (sel… in player_think()
H A Dopenborscript.c4900 (*pretvar)->dblVal = (DOUBLE)ent->modeldata.runjumpheight; in openbor_getentityproperty()
6974 ent->modeldata.runjumpheight = (float)dbltemp; in openbor_changeentityproperty()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h1051 float runjumpheight; // The height the character jumps when running
H A Dopenbor.c4771 …newchar->runjumpheight = default_model_jumpheight; // Default jump height if a player is runn… in init_model()
5479 … newchar->runjumpheight = GET_FLOAT_ARG(2); // The height at which a player jumps when running in load_cached_model()
13682 newmodel->runjumpheight = model->runjumpheight; in set_model_ex()
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()
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()
H A Dopenborscript.c5033 (*pretvar)->dblVal = (DOUBLE)ent->modeldata.runjumpheight; in openbor_getentityproperty()
6632 ent->modeldata.runjumpheight = (float)dbltemp; in openbor_changeentityproperty()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h1081 float runjumpheight; // The height the character jumps when running member
H A Dopenbor.c7064 …newchar->runjumpheight = default_model_jumpheight; // Default jump height if a player is runn… in init_model()
7971 … newchar->runjumpheight = GET_FLOAT_ARG(2); // The height at which a player jumps when running in load_cached_model()
18769 newmodel->runjumpheight = model->runjumpheight; in set_model_ex()
21554 …tryjump(self->modeldata.runjumpheight, self->modeldata.jumpspeed * self->modeldata.runjumpdist, (s… in common_try_jump()
21558 …tryjump(self->modeldata.runjumpheight, self->modeldata.jumpspeed * self->modeldata.runjumpdist, (s… in common_try_jump()
21562 …tryjump(self->modeldata.runjumpheight, self->modeldata.jumpspeed * self->modeldata.runjumpdist, (s… in common_try_jump()
25360 …tryjump(self->modeldata.runjumpheight, self->modeldata.jumpspeed * self->modeldata.runjumpdist, (s… in player_think()
25364 …tryjump(self->modeldata.runjumpheight, self->modeldata.jumpspeed * self->modeldata.runjumpdist, (s… in player_think()
25368 …tryjump(self->modeldata.runjumpheight, self->modeldata.jumpspeed * self->modeldata.runjumpdist, (s… in player_think()
H A Dopenborscript.c5909 (*pretvar)->dblVal = (DOUBLE)ent->modeldata.runjumpheight; in openbor_getentityproperty()
7544 ent->modeldata.runjumpheight = (float)dbltemp; in openbor_changeentityproperty()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h1810 float runjumpheight; // The height the character jumps when running member
H A Dopenbor.c8309 …newchar->runjumpheight = default_model_jumpheight; // Default jump height if a player is runn… in init_model()
9261 … newchar->runjumpheight = GET_FLOAT_ARG(2); // The height at which a player jumps when running in load_cached_model()
9273 newchar->runjumpheight = GET_FLOAT_ARG(1); in load_cached_model()
21876 newmodel->runjumpheight = model->runjumpheight; in set_model_ex()
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()
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()
H A Dopenborscript.c7844 (*pretvar)->dblVal = (DOUBLE)ent->modeldata.runjumpheight; in openbor_getentityproperty()
9694 ent->modeldata.runjumpheight = (float)dbltemp; in openbor_changeentityproperty()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h2297 float runjumpheight; // The height the character jumps when running member
H A Dopenbor.c8646 …newchar->runjumpheight = default_model_jumpheight; // Default jump height if a player is runn… in init_model()
9644 … newchar->runjumpheight = GET_FLOAT_ARG(2); // The height at which a player jumps when running in load_cached_model()
9656 newchar->runjumpheight = GET_FLOAT_ARG(1); in load_cached_model()
23421 newmodel->runjumpheight = model->runjumpheight; in set_model_ex()
27225 …tryjump(self->modeldata.runjumpheight, self->modeldata.jumpspeed * self->modeldata.runjumpdist, (s… in common_try_jump()
27229 …tryjump(self->modeldata.runjumpheight, self->modeldata.jumpspeed * self->modeldata.runjumpdist, (s… in common_try_jump()
27233 …tryjump(self->modeldata.runjumpheight, self->modeldata.jumpspeed * self->modeldata.runjumpdist, (s… in common_try_jump()
31693 …tryjump(self->modeldata.runjumpheight, self->modeldata.jumpspeed * self->modeldata.runjumpdist, (s… in player_think()
31697 …tryjump(self->modeldata.runjumpheight, self->modeldata.jumpspeed * self->modeldata.runjumpdist, (s… in player_think()
31701 …tryjump(self->modeldata.runjumpheight, self->modeldata.jumpspeed * self->modeldata.runjumpdist, (s… in player_think()
H A Dopenborscript.c4886 (*pretvar)->dblVal = (DOUBLE)ent->modeldata.runjumpheight; in openbor_getentityproperty()
6725 ent->modeldata.runjumpheight = (DOUBLE)dbltemp; in openbor_changeentityproperty()