Home
last modified time | relevance | path

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

/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h1073 short throwdamage:16; // 1-14-05 adjust throw damage member
H A Dopenborscript.c5226 (*pretvar)->lVal = (LONG)ent->modeldata.throwdamage; in openbor_getentityproperty()
7363 ent->modeldata.throwdamage = (int)ltemp; in openbor_changeentityproperty()
H A Dopenbor.c4653 newchar->throwdamage = 21; // default throw damage in init_model()
5326 newchar->throwdamage = GET_INT_ARG(1); in load_cached_model()
14861 else other->damage_on_landing = self->modeldata.throwdamage; in dothrow()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h1098 int throwdamage:16; // 1-14-05 adjust throw damage
H A Dopenborscript.c5343 (*pretvar)->lVal = (LONG)ent->modeldata.throwdamage; in openbor_getentityproperty()
6960 ent->modeldata.throwdamage = (int)ltemp; in openbor_changeentityproperty()
H A Dopenbor.c4775 newchar->throwdamage = 21; // default throw damage in init_model()
5427 newchar->throwdamage = GET_INT_ARG(1); in load_cached_model()
15253 else other->damage_on_landing = self->modeldata.throwdamage; in dothrow()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h1128 int throwdamage; // 1-14-05 adjust throw damage member
H A Dopenborscript.c6240 (*pretvar)->lVal = (LONG)ent->modeldata.throwdamage; in openbor_getentityproperty()
7961 ent->modeldata.throwdamage = (int)ltemp; in openbor_changeentityproperty()
H A Dopenbor.c7068 newchar->throwdamage = 21; // default throw damage in init_model()
7916 newchar->throwdamage = GET_INT_ARG(1); in load_cached_model()
20850 other->damage_on_landing = self->modeldata.throwdamage; in dothrow()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h1861 int throwdamage; // 1-14-05 adjust throw damage member
H A Dopenborscript.c8193 (*pretvar)->lVal = (LONG)ent->modeldata.throwdamage; in openbor_getentityproperty()
10127 ent->modeldata.throwdamage = (int)ltemp; in openbor_changeentityproperty()
H A Dopenbor.c8313 newchar->throwdamage = 21; // default throw damage in init_model()
9204 newchar->throwdamage = GET_INT_ARG(1); in load_cached_model()
23971 other->damage_on_landing = self->modeldata.throwdamage; in dothrow()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h2346 int throwdamage; // 1-14-05 adjust throw damage member
H A Dopenborscript.c5200 (*pretvar)->lVal = (LONG)ent->modeldata.throwdamage; in openbor_getentityproperty()
7134 ent->modeldata.throwdamage = (LONG)ltemp; in openbor_changeentityproperty()
H A Dopenbor.c8650 newchar->throwdamage = 21; //21 // default throw damage in init_model()
9587 newchar->throwdamage = GET_INT_ARG(1); in load_cached_model()
26126 other->damage_on_landing.attack_force = self->modeldata.throwdamage; in dothrow()