Home
last modified time | relevance | path

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

/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dconstants.c447 ICMPCONST(ANI_SPECIAL) in mapstrings_transconst()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h280 #define ANI_SPECIAL 20 macro
H A Dopenbor.c6175 ani_id = ANI_SPECIAL; in load_cached_model()
16500 time >= self->stalltime && validanim(self,ANI_SPECIAL)) in common_think()
16661 (check_energy(0, ANI_SPECIAL) || in check_special()
16662 check_energy(1, ANI_SPECIAL))) in check_special()
16679 ent_set_anim(self, ANI_SPECIAL, 0); in check_special()
16686 …if(check_energy(1, ANI_SPECIAL)) self->mp -= self->modeldata.animation[ANI_SPECIAL]->energycost.co… in check_special()
16687 else self->health -= self->modeldata.animation[ANI_SPECIAL]->energycost.cost; in check_special()
18807 if(check_energy(1, ANI_SPECIAL)) in smart_bomb()
18809 self->mp -= self->modeldata.animation[ANI_SPECIAL]->energycost.cost; in smart_bomb()
18811 else self->health -= self->modeldata.animation[ANI_SPECIAL]->energycost.cost; in smart_bomb()
H A Dopenborscript.c9035 ICMPCONST(ANI_SPECIAL) in mapstrings_transconst()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h281 #define ANI_SPECIAL 20 macro
H A Dopenbor.c6283 ani_id = ANI_SPECIAL; in load_cached_model()
17210 time >= self->stalltime && validanim(self,ANI_SPECIAL)) in ai_check_grabbed()
17401 (check_energy(0, ANI_SPECIAL) || in check_special()
17402 check_energy(1, ANI_SPECIAL))) in check_special()
17422 ent_set_anim(self, ANI_SPECIAL, 0); in check_special()
17428 …if(check_energy(1, ANI_SPECIAL)) self->mp -= self->modeldata.animation[ANI_SPECIAL]->energycost.co… in check_special()
17429 else self->health -= self->modeldata.animation[ANI_SPECIAL]->energycost.cost; in check_special()
19272 if(check_energy(1, ANI_SPECIAL)) in smart_bomb()
19274 self->mp -= self->modeldata.animation[ANI_SPECIAL]->energycost.cost; in smart_bomb()
19276 else self->health -= self->modeldata.animation[ANI_SPECIAL]->energycost.cost; in smart_bomb()
H A Dopenborscript.c8602 ICMPCONST(ANI_SPECIAL)
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h288 #define ANI_SPECIAL 20 macro
H A Dopenbor.c6054 ani_id = ANI_SPECIAL; in translate_ani_id()
23604 time >= self->stalltime && validanim(self, ANI_SPECIAL)) in ai_check_grabbed()
23850 (check_energy(0, ANI_SPECIAL) || in check_special()
23851 check_energy(1, ANI_SPECIAL))) in check_special()
23872 ent_set_anim(self, ANI_SPECIAL, 0); in check_special()
23881 if(check_energy(1, ANI_SPECIAL)) in check_special()
23883 self->mp -= self->modeldata.animation[ANI_SPECIAL]->energycost.cost; in check_special()
23887 self->health -= self->modeldata.animation[ANI_SPECIAL]->energycost.cost; in check_special()
25959 if(check_energy(1, ANI_SPECIAL)) in smart_bomb()
25961 self->mp -= self->modeldata.animation[ANI_SPECIAL]->energycost.cost; in smart_bomb()
[all …]
H A Dopenborscript.c10293 ICMPCONST(ANI_SPECIAL) in mapstrings_transconst()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h375 ANI_SPECIAL, enumerator
H A Dopenbor.c6881 ani_id = ANI_SPECIAL; in translate_ani_id()
26985 time >= self->stalltime && validanim(self, ANI_SPECIAL)) in ai_check_grabbed()
27243 !self->cantfire && validanim(self, ANI_SPECIAL) && in check_special()
27244 (check_energy(COST_CHECK_HP, ANI_SPECIAL) || check_energy(COST_CHECK_MP, ANI_SPECIAL)) in check_special()
27266 ent_set_anim(self, ANI_SPECIAL, 0); in check_special()
27276 if(self->modeldata.animation[ANI_SPECIAL]->energycost) in check_special()
27278 if(check_energy(COST_CHECK_MP, ANI_SPECIAL)) in check_special()
27280 self->mp -= self->modeldata.animation[ANI_SPECIAL]->energycost->cost; in check_special()
29441 if(self->modeldata.animation[ANI_SPECIAL]->energycost) in smart_bomb()
29443 if(check_energy(COST_CHECK_MP, ANI_SPECIAL)) in smart_bomb()
[all …]
H A Dopenborscript.c13084 ICMPCONST(ANI_SPECIAL) in mapstrings_transconst()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h612 ANI_SPECIAL, enumerator
H A Dopenbor.c7151 ani_id = ANI_SPECIAL; in translate_ani_id()
29425 _time >= self->stalltime && validanim(self, ANI_SPECIAL)) in ai_check_grabbed()
30018 if((!level->nospecial || level->nospecial == 3) && validanim(self, ANI_SPECIAL) && in check_special()
30019 (check_energy(COST_CHECK_HP, ANI_SPECIAL) || check_energy(COST_CHECK_MP, ANI_SPECIAL)) in check_special()
30041 ent_set_anim(self, ANI_SPECIAL, 0); in check_special()
30051 if(self->modeldata.animation[ANI_SPECIAL]->energycost) in check_special()
30053 if(check_energy(COST_CHECK_MP, ANI_SPECIAL)) in check_special()
30055 … self->energy_state.mp_current -= self->modeldata.animation[ANI_SPECIAL]->energycost->cost; in check_special()
32370 if(self->modeldata.animation[ANI_SPECIAL]->energycost) in smart_bomb()
32372 if(check_energy(COST_CHECK_MP, ANI_SPECIAL)) in smart_bomb()
[all …]