Home
last modified time | relevance | path

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

/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dconstants.c536 ICMPCONST(ANI_SLIDE) in mapstrings_transconst()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h382 #define ANI_SLIDE 122 //Down + Jump animation. macro
H A Dopenborscript.c9139 ICMPCONST(ANI_SLIDE) in mapstrings_transconst()
9197 ICMPCONST(ANI_SLIDE); in mapstrings_transconst()
H A Dopenbor.c6386 ani_id = ANI_SLIDE; in load_cached_model()
15212 …& FLAG_MOVEDOWN) && (player[(int)self->playerindex].keys & FLAG_JUMP) && validanim(self,ANI_SLIDE)) in common_stuck_underneath()
15220 ent_set_anim(self, ANI_SLIDE, 0); in common_stuck_underneath()
18157 if((player[(int)self->playerindex].keys & FLAG_MOVEDOWN) && validanim(self,ANI_SLIDE)) in player_think()
18163 ent_set_anim(self, ANI_SLIDE, 0); in player_think()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h383 #define ANI_SLIDE 122 //Down + Jump animation. macro
H A Dopenborscript.c8706 ICMPCONST(ANI_SLIDE)
8764 ICMPCONST(ANI_SLIDE);
H A Dopenbor.c6466 ani_id = ANI_SLIDE; in load_cached_model()
15617 … & FLAG_MOVEDOWN) && (player[self->playerindex].playkeys & FLAG_JUMP) && validanim(self,ANI_SLIDE)) in common_stuck_underneath()
15625 ent_set_anim(self, ANI_SLIDE, 0); in common_stuck_underneath()
18596 if((pl->keys & FLAG_MOVEDOWN) && validanim(self,ANI_SLIDE)) in player_think()
18603 ent_set_anim(self, ANI_SLIDE, 0); in player_think()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h390 #define ANI_SLIDE 122 //Down + Jump animation. macro
H A Dopenborscript.c10383 ICMPCONST(ANI_SLIDE) in mapstrings_transconst()
10441 ICMPCONST(ANI_SLIDE) in mapstrings_transconst()
H A Dopenbor.c6286 ani_id = ANI_SLIDE; in translate_ani_id()
21326 …& FLAG_MOVEDOWN) && (player[self->playerindex].playkeys & FLAG_JUMP) && validanim(self, ANI_SLIDE)) in common_stuck_underneath()
21334 ent_set_anim(self, ANI_SLIDE, 0); in common_stuck_underneath()
25374 if((pl->keys & FLAG_MOVEDOWN) && validanim(self, ANI_SLIDE)) in player_think()
25381 ent_set_anim(self, ANI_SLIDE, 0); in player_think()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h478 ANI_SLIDE, //Down + Jump animation. enumerator
H A Dopenborscript.c13173 ICMPCONST(ANI_SLIDE) in mapstrings_transconst()
13231 ICMPCONST(ANI_SLIDE) in mapstrings_transconst()
H A Dopenbor.c7140 ani_id = ANI_SLIDE; in translate_ani_id()
24532 …& FLAG_MOVEDOWN) && (player[self->playerindex].playkeys & FLAG_JUMP) && validanim(self, ANI_SLIDE)) in common_stuck_underneath()
24540 ent_set_anim(self, ANI_SLIDE, 0); in common_stuck_underneath()
28839 if((pl->keys & FLAG_MOVEDOWN) && validanim(self, ANI_SLIDE)) in player_think()
28846 ent_set_anim(self, ANI_SLIDE, 0); in player_think()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h717 ANI_SLIDE, //Down + Jump animation. enumerator
H A Dopenbor.c7418 ani_id = ANI_SLIDE; in translate_ani_id()
31707 if((pl->keys & FLAG_MOVEDOWN) && validanim(self, ANI_SLIDE)) in player_think()
31714 ent_set_anim(self, ANI_SLIDE, 0); in player_think()