Home
last modified time | relevance | path

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

/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h1036 …short throwframewait:16; // The frame victim is thrown during ANIM_THROW, a… member
H A Dopenbor.c4666 …newchar->throwframewait = -1; // makes sure throw animations run normally unless… in init_model()
5420 newchar->throwframewait = GET_INT_ARG(1); in load_cached_model()
14094 if(self->modeldata.throwframewait >= 0) in common_grab_check()
14884 if(self->animpos != self->modeldata.throwframewait) return; in common_throw_wait()
15140 else if(self->modeldata.throwframewait == -1) in common_trymove()
17291 if(self->modeldata.throwframewait >= 0) in player_grab_check()
H A Dopenborscript.c5238 (*pretvar)->lVal = (LONG)ent->modeldata.throwframewait; in openbor_getentityproperty()
7381 ent->modeldata.throwframewait = (int)ltemp; in openbor_changeentityproperty()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h1059 …int throwframewait:16; // The frame victim is thrown during ANIM_THROW, added…
H A Dopenbor.c4788 …newchar->throwframewait = -1; // makes sure throw animations run normally unless… in init_model()
5521 newchar->throwframewait = GET_INT_ARG(1); in load_cached_model()
14397 if(self->modeldata.throwframewait >= 0) in common_grab_check()
15276 if(self->animpos != self->modeldata.throwframewait) return; in common_throw_wait()
15372 else if(self->modeldata.throwframewait == -1) in trygrab()
17861 if(self->modeldata.throwframewait >= 0) in player_grab_check()
H A Dopenborscript.c5355 (*pretvar)->lVal = (LONG)ent->modeldata.throwframewait; in openbor_getentityproperty()
6972 ent->modeldata.throwframewait = (int)ltemp; in openbor_changeentityproperty()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h1089 … int throwframewait; // The frame victim is thrown during ANIM_THROW, added by kbandressen 10/20/06 member
H A Dopenbor.c7081 …newchar->throwframewait = -1; // makes sure throw animations run normally unless… in init_model()
8016 newchar->throwframewait = GET_INT_ARG(1); in load_cached_model()
19689 if(self->modeldata.throwframewait >= 0) in common_grab_check()
20874 if(self->animpos != self->modeldata.throwframewait) in common_throw_wait()
20998 else if(self->modeldata.throwframewait == -1) in trygrab()
24446 if(self->modeldata.throwframewait >= 0) in player_grab_check()
H A Dopenborscript.c6252 (*pretvar)->lVal = (LONG)ent->modeldata.throwframewait; in openbor_getentityproperty()
7977 ent->modeldata.throwframewait = (int)ltemp; in openbor_changeentityproperty()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h1818 … int throwframewait; // The frame victim is thrown during ANIM_THROW, added by kbandressen 10/20/06 member
H A Dopenbor.c8326 …newchar->throwframewait = -1; // makes sure throw animations run normally unless… in init_model()
9321 newchar->throwframewait = GET_INT_ARG(1); in load_cached_model()
22782 if(self->modeldata.throwframewait >= 0) in common_grab_check()
23995 if(self->animpos != self->modeldata.throwframewait) in common_throw_wait()
24152 if(attacker->modeldata.throwframewait == -1) in dograb()
27812 if(self->modeldata.throwframewait >= 0) in player_grab_check()
H A Dopenborscript.c8205 (*pretvar)->lVal = (LONG)ent->modeldata.throwframewait; in openbor_getentityproperty()
10143 ent->modeldata.throwframewait = (int)ltemp; in openbor_changeentityproperty()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h2305 … int throwframewait; // The frame victim is thrown during ANIM_THROW, added by kbandressen 10/20/06 member
H A Dopenborscript.c5212 (*pretvar)->lVal = (LONG)ent->modeldata.throwframewait; in openbor_getentityproperty()
7150 ent->modeldata.throwframewait = (LONG)ltemp; in openbor_changeentityproperty()
H A Dopenbor.c8663 …newchar->throwframewait = -1; // makes sure throw animations run normally unless… in init_model()
9714 newchar->throwframewait = GET_INT_ARG(1); in load_cached_model()
24469 if(self->modeldata.throwframewait >= 0) in common_grab_check()
26153 if(self->animpos != self->modeldata.throwframewait) in common_throw_wait()
26332 if(attacker->modeldata.throwframewait == -1) in dograb()
30658 if(self->modeldata.throwframewait >= 0) in player_grab_check()