Home
last modified time | relevance | path

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

/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h1032 …int runhold:8; // Flag to determine if a player will continue to run if holding down forwa… member
H A Dopenborscript.c4912 (*pretvar)->lVal = (LONG)ent->modeldata.runhold; in openbor_getentityproperty()
6984 ent->modeldata.runhold = (int)dbltemp; in openbor_changeentityproperty()
H A Dopenbor.c5381 newchar->runhold = GET_INT_ARG(5); in load_cached_model()
13382 newmodel->runhold = model->runhold; in set_model_ex()
13748 if(!self->modeldata.runhold) self->running = 0; in common_jump()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h1055 …int runhold:8; // Flag to determine if a player will continue to run if holding down forwar…
H A Dopenborscript.c5045 (*pretvar)->lVal = (LONG)ent->modeldata.runhold; in openbor_getentityproperty()
6636 ent->modeldata.runhold = (int)dbltemp; in openbor_changeentityproperty()
H A Dopenbor.c5482 newchar->runhold = GET_INT_ARG(5); in load_cached_model()
13685 newmodel->runhold = model->runhold; in set_model_ex()
14052 if(!self->modeldata.runhold) self->running = 0; in common_jump()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h1085 …int runhold; // Flag to determine if a player will continue to run if holding down forward when la… member
H A Dopenborscript.c5921 (*pretvar)->lVal = (LONG)ent->modeldata.runhold; in openbor_getentityproperty()
7552 ent->modeldata.runhold = (int)dbltemp; in openbor_changeentityproperty()
H A Dopenbor.c7974 newchar->runhold = GET_INT_ARG(5); in load_cached_model()
18772 newmodel->runhold = model->runhold; in set_model_ex()
19280 if(!self->modeldata.runhold) in common_jump()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h1814 …int runhold; // Flag to determine if a player will continue to run if holding down forward when la… member
H A Dopenborscript.c7856 (*pretvar)->lVal = (LONG)ent->modeldata.runhold; in openbor_getentityproperty()
9702 ent->modeldata.runhold = (int)dbltemp; in openbor_changeentityproperty()
H A Dopenbor.c9264 newchar->runhold = GET_INT_ARG(5); in load_cached_model()
9267 newchar->runhold = GET_FLOAT_ARG(1); in load_cached_model()
21879 newmodel->runhold = model->runhold; in set_model_ex()
22395 if(!self->modeldata.runhold) in common_jump()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h2301 …int runhold; // Flag to determine if a player will continue to run if holding down forward when la… member
H A Dopenborscript.c4898 (*pretvar)->lVal = (LONG)ent->modeldata.runhold; in openbor_getentityproperty()
6733 ent->modeldata.runhold = (int)dbltemp; in openbor_changeentityproperty()
H A Dopenbor.c9647 newchar->runhold = GET_INT_ARG(5); in load_cached_model()
9650 newchar->runhold = GET_FLOAT_ARG(1); in load_cached_model()
23424 newmodel->runhold = model->runhold; in set_model_ex()
24047 if(!self->modeldata.runhold) in common_jump()