Home
last modified time | relevance | path

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

/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h1130 float attackthrottle; // how often the enemy refuse to attack
H A Dopenborscript.c4614 (*pretvar)->dblVal = (DOUBLE)ent->modeldata.attackthrottle; in openbor_getentityproperty()
6392 ent->modeldata.attackthrottle = (float)dbltemp; in openbor_changeentityproperty()
H A Dopenbor.c4832 newchar->attackthrottle = 0.0f; in init_model()
5640 newchar->attackthrottle = GET_FLOAT_ARG(1); in load_cached_model()
15053 chance *= (1.0-self->modeldata.attackthrottle); in check_attack_chance()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h1160 float attackthrottle; // how often the enemy refuse to attack member
H A Dopenborscript.c5475 (*pretvar)->dblVal = (DOUBLE)ent->modeldata.attackthrottle; in openbor_getentityproperty()
7195 ent->modeldata.attackthrottle = (float)dbltemp; in openbor_changeentityproperty()
H A Dopenbor.c7134 newchar->attackthrottle = 0.0f; in init_model()
8146 newchar->attackthrottle = GET_FLOAT_ARG(1); in load_cached_model()
20578 chance *= (1.0 - self->modeldata.attackthrottle); in check_attack_chance()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h1893 float attackthrottle; // how often the enemy refuse to attack member
H A Dopenborscript.c7370 (*pretvar)->dblVal = (DOUBLE)ent->modeldata.attackthrottle; in openbor_getentityproperty()
9315 ent->modeldata.attackthrottle = (float)dbltemp; in openbor_changeentityproperty()
H A Dopenbor.c8380 newchar->attackthrottle = 0.0f; in init_model()
9451 newchar->attackthrottle = GET_FLOAT_ARG(1); in load_cached_model()
23696 chance *= (1.0 - self->modeldata.attackthrottle); in check_attack_chance()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h2378 float attackthrottle; // how often the enemy refuse to attack member
H A Dopenborscript.c4390 (*pretvar)->dblVal = (DOUBLE)ent->modeldata.attackthrottle; in openbor_getentityproperty()
6314 ent->modeldata.attackthrottle = (DOUBLE)dbltemp; in openbor_changeentityproperty()
H A Dopenbor.c8719 newchar->attackthrottle = 0.0f; in init_model()
9844 newchar->attackthrottle = GET_FLOAT_ARG(1); in load_cached_model()
25739 chance *= (1.0 - self->modeldata.attackthrottle); in check_attack_chance()