Home
last modified time | relevance | path

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

/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dconstants.c436 ICMPCONST(ANI_UPPER) in mapstrings_transconst()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h271 #define ANI_UPPER 11 macro
H A Dopenbor.c6154 ani_id = ANI_UPPER; in load_cached_model()
14614 if(!validanim(self,ANI_UPPER)) return 0; in common_try_upper()
14617 if(!target) target = normal_find_target(ANI_UPPER,0); in common_try_upper()
14625 ent_set_anim(self, ANI_UPPER, 0); in common_try_upper()
H A Dopenborscript.c9026 ICMPCONST(ANI_UPPER) in mapstrings_transconst()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h272 #define ANI_UPPER 11 macro
H A Dopenbor.c6262 ani_id = ANI_UPPER; in load_cached_model()
14918 if(!validanim(self,ANI_UPPER)) return 0; in common_try_upper()
14921 if(!target) target = normal_find_target(ANI_UPPER,0); in common_try_upper()
14930 ent_set_anim(self, ANI_UPPER, 0); in common_try_upper()
15021 if( validanim(self,ANI_UPPER) && in pick_random_attack()
15022 (!target || check_range(self, target, ANI_UPPER)) ) in pick_random_attack()
15024 if(testonly) return ANI_UPPER; in pick_random_attack()
15025 atkchoices[found++] = ANI_UPPER; in pick_random_attack()
H A Dopenborscript.c8593 ICMPCONST(ANI_UPPER)
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h279 #define ANI_UPPER 11 macro
H A Dopenbor.c6027 ani_id = ANI_UPPER; in translate_ani_id()
20400 if(!validanim(self, ANI_UPPER)) in common_try_upper()
20408 target = normal_find_target(ANI_UPPER, 0); in common_try_upper()
20418 ent_set_anim(self, ANI_UPPER, 0); in common_try_upper()
20532 if( validanim(self, ANI_UPPER) && in pick_random_attack()
20533 (!target || check_range(self, target, ANI_UPPER)) ) in pick_random_attack()
20537 return ANI_UPPER; in pick_random_attack()
20539 atkchoices[found++] = ANI_UPPER; in pick_random_attack()
H A Dopenborscript.c10284 ICMPCONST(ANI_UPPER) in mapstrings_transconst()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h366 ANI_UPPER, enumerator
H A Dopenbor.c6854 ani_id = ANI_UPPER; in translate_ani_id()
23518 if(!validanim(self, ANI_UPPER)) in common_try_upper()
23526 target = normal_find_target(ANI_UPPER, 0); in common_try_upper()
23536 ent_set_anim(self, ANI_UPPER, 0); in common_try_upper()
23650 if( validanim(self, ANI_UPPER) && in pick_random_attack()
23651 (!target || check_range(self, target, ANI_UPPER)) ) in pick_random_attack()
23655 return ANI_UPPER; in pick_random_attack()
23657 atkchoices[found++] = ANI_UPPER; in pick_random_attack()
H A Dopenborscript.c13075 ICMPCONST(ANI_UPPER) in mapstrings_transconst()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h601 ANI_UPPER, enumerator
H A Dopenbor.c7124 ani_id = ANI_UPPER; in translate_ani_id()
23855 entity *target = normal_find_target(ANI_UPPER, 0); in upper_prepare()
23893 ent_set_anim(self, ANI_UPPER, 0); in upper_prepare()
25693 if( validanim(self, ANI_UPPER) && in pick_random_attack()
25694 (!target || check_range_target_all(self, target, ANI_UPPER)) ) in pick_random_attack()
25698 return ANI_UPPER; in pick_random_attack()
25700 atkchoices[found++] = ANI_UPPER; in pick_random_attack()
25952 if(!validanim(self, ANI_UPPER)) in common_try_upper()
25959 target = normal_find_target(ANI_UPPER, 0); in common_try_upper()