Home
last modified time | relevance | path

Searched refs:blockthreshold (Results 1 – 12 of 12) sorted by relevance

/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h997 …float blockthreshold; //Strongest attack from this attack type that can be blocke…
H A Dopenborscript.c4054 (*pretvar)->dblVal = (DOUBLE)ent->modeldata.defense[(int)ltemp].blockthreshold; in openbor_getentityproperty()
6080 ent->modeldata.defense[(int)ltemp].blockthreshold = (float)dbltemp; in openbor_changeentityproperty()
H A Dopenbor.c5331 if(arglist.count>=6) defense.blockthreshold = GET_FLOAT_ARG(6); in load_cached_model()
11879 …int fdefense_blockthreshold = (int)self->defense[(short)attack->attack_type].blockthreshold; //Max… in do_attack()
12007 …(!self->defense[(short)attack->attack_type].blockthreshold || //Specific attack … in do_attack()
12008 (self->defense[(short)attack->attack_type].blockthreshold > force))) in do_attack()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h1022 float blockthreshold; //Strongest attack from this attack type that can be blocked. member
H A Dopenborscript.c4893 (*pretvar)->dblVal = (DOUBLE)ent->defense[(int)ltemp].blockthreshold; in openbor_getentityproperty()
6776 ent->defense[(int)ltemp].blockthreshold = (float)dbltemp; in openbor_changeentityproperty()
H A Dopenbor.c7790 defense.blockthreshold = GET_FLOAT_ARG(6); in load_cached_model()
16266 …int fdefense_blockthreshold = (int)self->defense[attack->attack_type].blockthreshold; //Maximum da… in do_attack()
16444 …(!self->defense[attack->attack_type].blockthreshold || //Specific attack type th… in do_attack()
16445 (self->defense[attack->attack_type].blockthreshold > force))) in do_attack()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h1358 float blockthreshold; // Strongest attack from this attack type that can be blocked. member
H A Dopenborscript.c6706 (*pretvar)->dblVal = (DOUBLE)ent->defense[(int)ltemp].blockthreshold; in openbor_getentityproperty()
8804 ent->defense[(int)ltemp].blockthreshold = (float)dbltemp; in openbor_changeentityproperty()
H A Dopenbor.c110 .blockthreshold = 0.f,
9076 defense.blockthreshold = GET_FLOAT_ARG(6); in load_cached_model()
18971 …fdefense_blockthreshold = (int)self->defense[attack->attack_type].blockthreshold; //max damage tha… in do_attack()
19204 …(!self->defense[attack->attack_type].blockthreshold || //Specific attack type th… in do_attack()
19205 (self->defense[attack->attack_type].blockthreshold > force))) in do_attack()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h1806 float blockthreshold; // Strongest attack from this attack type that can be blocked. member
H A Dopenborscript.c3745 (*pretvar)->dblVal = (DOUBLE)ent->defense[(LONG)ltemp].blockthreshold; in openbor_getentityproperty()
5795 ent->defense[(LONG)ltemp].blockthreshold = (DOUBLE)dbltemp; in openbor_changeentityproperty()
H A Dopenbor.c111 .blockthreshold = 0.f,
9431 defense.blockthreshold = GET_FLOAT_ARG(6); in load_cached_model()
19654 if (ent->defense[attack->attack_type].blockthreshold) in check_blocking_eligible()
19656 if (ent->defense[attack->attack_type].blockthreshold > attack->attack_force) in check_blocking_eligible()