Home
last modified time | relevance | path

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

/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h567 #define cangrab(self, other) \ macro
H A Dopenbor.c11911 ((e->animation->followcond < 4) || cangrab(e,self)) )// check if nograb matters in do_attack()
14481 if(self!=other && attack->grab && cangrab(other, self)) in checkgrab()
15114 cangrab(self, other) && in common_trymove()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h569 #define cangrab(self, other) \ macro
H A Dopenbor.c12124 ((e->animation->followcond < 4) || cangrab(e,self)) )// check if nograb matters in do_attack()
14784 if(self!=other && attack->grab && cangrab(other, self)) in checkgrab()
15347 if( cangrab(self, other) && adjust_grabposition(self, other, self->modeldata.grabdistance, 0)) in trygrab()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h582 #define cangrab(self, other) \ macro
H A Dopenbor.c16616 … ((e->animation->followcond < 4) || cangrab(e, self)) ) // check if nograb matters in do_attack()
20206 if(self != other && attack->grab && cangrab(other, self)) in checkgrab()
20967 if( cangrab(self, other) && adjust_grabposition(self, other, self->modeldata.grabdistance, 0)) in trygrab()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h1159 #define cangrab(self, other) \ macro
H A Dopenbor.c19403 …ON_HOSTILE_NOKILL_NOBLOCK_NOGRAB) || ((self->health > 0) && !didblock && cangrab(e, self)) ) && //… in do_attack()
23321 if(self != other && attack->grab && cangrab(other, self)) in checkgrab()
24188 if(cangrab(self, other)) in trygrab()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h1604 #define cangrab(self, other) \ macro
H A Dopenbor.c20367 …LOCK_NOGRAB) || ((self->energy_state.health_current > 0) && !didblock && cangrab(e, self)) ) && //… in do_attack()
25339 if(self != other && attack->grab && cangrab(other, self)) in checkgrab()
26368 if(cangrab(self, other)) in trygrab()