Home
last modified time | relevance | path

Searched refs:grabflip (Results 1 – 10 of 10) sorted by relevance

/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h1060 char grabflip; // Flip target or not, bit0: grabber, bit1: opponent member
H A Dopenbor.c4652 newchar->grabflip = 3; in init_model()
5320 newchar->grabflip = GET_INT_ARG(1); in load_cached_model()
15117 if(self->model->grabflip&1) self->direction = (self->x < other->x); in common_trymove()
15131 if(self->model->grabflip&2) other->direction = !self->direction; in common_trymove()
15145 if(self->model->grabflip&2) other->direction = !self->direction; in common_trymove()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h1085 int grabflip:8; // Flip target or not, bit0: grabber, bit1: opponent
H A Dopenbor.c4774 newchar->grabflip = 3; in init_model()
5421 newchar->grabflip = GET_INT_ARG(1); in load_cached_model()
15349 if(self->model->grabflip&1) self->direction = (self->x < other->x); in trygrab()
15361 if(self->model->grabflip&2) other->direction = !self->direction; in trygrab()
15377 if(self->model->grabflip&2) other->direction = !self->direction; in trygrab()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h1115 int grabflip; // Flip target or not, bit0: grabber, bit1: opponent member
H A Dopenbor.c7067 newchar->grabflip = 3; in init_model()
7910 newchar->grabflip = GET_INT_ARG(1); in load_cached_model()
20969 if(self->model->grabflip & 1) in trygrab()
20984 if(self->model->grabflip & 2) in trygrab()
21005 if(self->model->grabflip & 2) in trygrab()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h1846 int grabflip; // Flip target or not, bit0: grabber, bit1: opponent member
H A Dopenbor.c8312 newchar->grabflip = 3; in init_model()
9198 newchar->grabflip = GET_INT_ARG(1); in load_cached_model()
24112 if(attacker->model->grabflip & 1) in dograb()
24133 if(attacker->model->grabflip & 2) in dograb()
24158 if(self->model->grabflip & 2) in dograb()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h2331 int grabflip; // Flip target or not, bit0: grabber, bit1: opponent member
H A Dopenbor.c8649 newchar->grabflip = 3; in init_model()
9581 newchar->grabflip = GET_INT_ARG(1); in load_cached_model()
26290 if(attacker->model->grabflip & 1) in dograb()
26313 if(attacker->model->grabflip & 2) in dograb()
26338 if(self->model->grabflip & 2) in dograb()