Home
last modified time | relevance | path

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

/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dconstants.c459 ICMPCONST(ANI_SPECIAL2) in mapstrings_transconst()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h295 #define ANI_SPECIAL2 35 // Animation played for when pressing forward special macro
H A Dopenbor.c6179 ani_id = ANI_SPECIAL2; in load_cached_model()
16516 …if((self->escapecount > self->modeldata.escapehits) && !inair(self) && validanim(self,ANI_SPECIAL2 in common_think()
16519 check_costmove(ANI_SPECIAL2, 0); in common_think()
17971 if( validanim(self,ANI_SPECIAL2) && notinair && in player_think()
17976 if(check_costmove(ANI_SPECIAL2, 0)) in player_think()
H A Dopenborscript.c9051 ICMPCONST(ANI_SPECIAL2) in mapstrings_transconst()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h296 #define ANI_SPECIAL2 35 // Animation played for when pressing forward special macro
H A Dopenbor.c6287 ani_id = ANI_SPECIAL2; in load_cached_model()
17227 …if((self->escapecount > self->modeldata.escapehits) && !inair(self) && validanim(self,ANI_SPECIAL2 in ai_check_escape()
17230 check_costmove(ANI_SPECIAL2, 0, 0); in ai_check_escape()
18438 if( validanim(self,ANI_SPECIAL2) && notinair && in player_think()
18443 if(check_costmove(ANI_SPECIAL2, 0, 0)) in player_think()
H A Dopenborscript.c8618 ICMPCONST(ANI_SPECIAL2)
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h303 #define ANI_SPECIAL2 35 // Animation played for when pressing forward special macro
H A Dopenbor.c6059 ani_id = ANI_SPECIAL2; in translate_ani_id()
23623 …((self->escapecount > self->modeldata.escapehits) && !inair(self) && validanim(self, ANI_SPECIAL2)) in ai_check_escape()
23626 check_costmove(ANI_SPECIAL2, 0, 0); in ai_check_escape()
25194 if( validanim(self, ANI_SPECIAL2) && notinair && in player_think()
25199 if(check_costmove(ANI_SPECIAL2, 0, 0)) in player_think()
H A Dopenborscript.c10305 ICMPCONST(ANI_SPECIAL2) in mapstrings_transconst()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h390 ANI_SPECIAL2, // Animation played for when pressing forward special enumerator
H A Dopenbor.c6893 ani_id = ANI_SPECIAL2; in translate_ani_id()
27004 …((self->escapecount > self->modeldata.escapehits) && !inair(self) && validanim(self, ANI_SPECIAL2)) in ai_check_escape()
27007 check_costmove(ANI_SPECIAL2, 0, 0); in ai_check_escape()
28658 if( validanim(self, ANI_SPECIAL2) && notinair && in player_think()
28663 if(check_costmove(ANI_SPECIAL2, 0, 0)) in player_think()
H A Dopenborscript.c13096 ICMPCONST(ANI_SPECIAL2) in mapstrings_transconst()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h627 ANI_SPECIAL2, // Animation played for when pressing forward special enumerator
H A Dopenbor.c7163 ani_id = ANI_SPECIAL2; in translate_ani_id()
29445 …((self->escapecount > self->modeldata.escapehits) && !inair(self) && validanim(self, ANI_SPECIAL2)) in ai_check_escape()
29448 check_costmove(ANI_SPECIAL2, 0, 0); in ai_check_escape()
31522 if( validanim(self, ANI_SPECIAL2) && notinair && in player_think()
31527 if(check_costmove(ANI_SPECIAL2, 0, 0)) in player_think()