Home
last modified time | relevance | path

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

/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h1034 float throwheight; // The height at which an opponent can now be adjusted member
H A Dopenborscript.c5244 (*pretvar)->dblVal = (DOUBLE)ent->modeldata.throwheight; in openbor_getentityproperty()
7391 ent->modeldata.throwheight = (float)dbltemp; in openbor_changeentityproperty()
H A Dopenbor.c5409 newchar->throwheight = GET_FLOAT_ARG(2); in load_cached_model()
14853 if(other->modeldata.throwheight) toss(other, other->modeldata.throwheight); in dothrow()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h1057 float throwheight; // The height at which an opponent can now be adjusted
H A Dopenborscript.c5361 (*pretvar)->dblVal = (DOUBLE)ent->modeldata.throwheight; in openbor_getentityproperty()
6978 ent->modeldata.throwheight = (float)dbltemp; in openbor_changeentityproperty()
H A Dopenbor.c5510 newchar->throwheight = GET_FLOAT_ARG(2); in load_cached_model()
15245 if(other->modeldata.throwheight) toss(other, other->modeldata.throwheight); in dothrow()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h1087 float throwheight; // The height at which an opponent can now be adjusted member
H A Dopenborscript.c6258 (*pretvar)->dblVal = (DOUBLE)ent->modeldata.throwheight; in openbor_getentityproperty()
7985 ent->modeldata.throwheight = (float)dbltemp; in openbor_changeentityproperty()
H A Dopenbor.c8002 newchar->throwheight = GET_FLOAT_ARG(2); in load_cached_model()
20831 if(other->modeldata.throwheight) in dothrow()
20833 toss(other, other->modeldata.throwheight); in dothrow()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h1816 float throwheight; // The height at which an opponent can now be adjusted member
H A Dopenborscript.c8211 (*pretvar)->dblVal = (DOUBLE)ent->modeldata.throwheight; in openbor_getentityproperty()
10151 ent->modeldata.throwheight = (float)dbltemp; in openbor_changeentityproperty()
H A Dopenbor.c9307 newchar->throwheight = GET_FLOAT_ARG(2); in load_cached_model()
23952 if(other->modeldata.throwheight) in dothrow()
23954 toss(other, other->modeldata.throwheight); in dothrow()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h2303 float throwheight; // The height at which an opponent can now be adjusted member
H A Dopenborscript.c5218 (*pretvar)->dblVal = (DOUBLE)ent->modeldata.throwheight; in openbor_getentityproperty()
7158 ent->modeldata.throwheight = (DOUBLE)dbltemp; in openbor_changeentityproperty()
H A Dopenbor.c9690 newchar->throwheight = GET_FLOAT_ARG(2); in load_cached_model()
26107 if(other->modeldata.throwheight) in dothrow()
26109 toss(other, other->modeldata.throwheight); in dothrow()