Home
last modified time | relevance | path

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

/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dconstants.c475 ICMPCONST(ANI_GRABUP) in mapstrings_transconst()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h316 #define ANI_GRABUP 56 // Attack when a player has grabbed an opponent and presses up/attack macro
H A Dopenbor.c278 {ANI_GRABUP, ANI_GRABUP2},
6327 ani_id = ANI_GRABUP; in load_cached_model()
17311 validanim(self, ANI_GRABUP) && (player[(int)self->playerindex].keys & FLAG_MOVEUP)) in player_grab_check()
H A Dopenborscript.c9072 ICMPCONST(ANI_GRABUP) in mapstrings_transconst()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h317 #define ANI_GRABUP 56 // Attack when a player has grabbed an opponent and presses up/attack macro
H A Dopenbor.c317 {ANI_GRABUP, ANI_GRABUP2},
6407 ani_id = ANI_GRABUP; in load_cached_model()
17881 validanim(self, ANI_GRABUP) && (player[self->playerindex].keys & FLAG_MOVEUP)) in player_grab_check()
H A Dopenborscript.c8639 ICMPCONST(ANI_GRABUP)
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h324 #define ANI_GRABUP 56 // Attack when a player has grabbed an opponent and presses up/attack macro
H A Dopenbor.c342 {ANI_GRABUP, ANI_GRABUP2},
6211 ani_id = ANI_GRABUP; in translate_ani_id()
24472 validanim(self, ANI_GRABUP) && (player[self->playerindex].keys & FLAG_MOVEUP)) in player_grab_check()
H A Dopenborscript.c10321 ICMPCONST(ANI_GRABUP) in mapstrings_transconst()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h411 ANI_GRABUP, // Attack when a player has grabbed an opponent and presses up/attack enumerator
H A Dopenbor.c423 {ANI_GRABUP, ANI_GRABUP2},
7061 ani_id = ANI_GRABUP; in translate_ani_id()
27838 validanim(self, ANI_GRABUP) && (player[self->playerindex].keys & FLAG_MOVEUP)) in player_grab_check()
H A Dopenborscript.c13112 ICMPCONST(ANI_GRABUP) in mapstrings_transconst()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h648 ANI_GRABUP, // Attack when a player has grabbed an opponent and presses up/attack enumerator
H A Dopenbor.c472 [GRAB_ACTION_SELECT_UP] = {ANI_GRABUP, ANI_GRABUP2}
7331 ani_id = ANI_GRABUP; in translate_ani_id()
30684 validanim(self, ANI_GRABUP) && (player[self->playerindex].keys & FLAG_MOVEUP)) in player_grab_check()