Home
last modified time | relevance | path

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

/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h1093 char mpstable:8; // MP stable type. member
H A Dopenborscript.c4686 (*pretvar)->lVal = (LONG)ent->modeldata.mpstable; in openbor_getentityproperty()
6782 ent->modeldata.mpstable = (int)dbltemp; in openbor_changeentityproperty()
H A Dopenbor.c5523 newchar->mpstable = GET_INT_ARG(2); //MP stable setting. in load_cached_model()
12587 if (self->modeldata.mpstable == 1){ in update_health()
12589 }else if(self->modeldata.mpstable == 2){ in update_health()
12591 }else if (self->modeldata.mpstable == 3){ in update_health()
12604 else if (self->modeldata.mpstable == 4) in update_health()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h1118 int mpstable:8; // MP stable type.
H A Dopenborscript.c4812 (*pretvar)->lVal = (LONG)ent->modeldata.mpstable; in openbor_getentityproperty()
6473 ent->modeldata.mpstable = (int)dbltemp; in openbor_changeentityproperty()
H A Dopenbor.c5624 newchar->mpstable = GET_INT_ARG(2); //MP stable setting. in load_cached_model()
12815 if (self->modeldata.mpstable == 1){ in update_health()
12817 }else if(self->modeldata.mpstable == 2){ in update_health()
12819 }else if (self->modeldata.mpstable == 3){ in update_health()
12832 else if (self->modeldata.mpstable == 4) in update_health()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h1148 int mpstable; // MP stable type. member
H A Dopenborscript.c5673 (*pretvar)->lVal = (LONG)ent->modeldata.mpstable; in openbor_getentityproperty()
7305 ent->modeldata.mpstable = (int)dbltemp; in openbor_changeentityproperty()
H A Dopenbor.c8130 newchar->mpstable = GET_INT_ARG(2); //MP stable setting. in load_cached_model()
17496 if (self->modeldata.mpstable == 1) in update_health()
17503 else if(self->modeldata.mpstable == 2) in update_health()
17510 else if (self->modeldata.mpstable == 3) in update_health()
17524 else if (self->modeldata.mpstable == 4) in update_health()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h1881 int mpstable; // MP stable type. member
H A Dopenborscript.c7585 (*pretvar)->lVal = (LONG)ent->modeldata.mpstable; in openbor_getentityproperty()
9425 ent->modeldata.mpstable = (int)dbltemp; in openbor_changeentityproperty()
H A Dopenbor.c9435 newchar->mpstable = GET_INT_ARG(2); //MP stable setting. in load_cached_model()
20402 if (self->modeldata.mpstable == 1) in update_health()
20409 else if(self->modeldata.mpstable == 2) in update_health()
20416 else if (self->modeldata.mpstable == 3) in update_health()
20430 else if (self->modeldata.mpstable == 4) in update_health()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h2366 int mpstable; // MP stable type. member
H A Dopenborscript.c4629 (*pretvar)->lVal = (LONG)ent->modeldata.mpstable; in openbor_getentityproperty()
6456 ent->modeldata.mpstable = (int)dbltemp; in openbor_changeentityproperty()
H A Dopenbor.c9828 newchar->mpstable = GET_INT_ARG(2); //MP stable setting. in load_cached_model()
21524 if (self->modeldata.mpstable == 1) in update_health()
21531 else if(self->modeldata.mpstable == 2) in update_health()
21538 else if (self->modeldata.mpstable == 3) in update_health()
21552 else if (self->modeldata.mpstable == 4) in update_health()