Home
last modified time | relevance | path

Searched refs:dofreeze (Results 1 – 11 of 11) sorted by relevance

/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h1001 char dofreeze:8; // Flag to freeze all enemies/players while special is executed member
H A Dopenbor.c4440 newchar->dofreeze = 0; // Items don't animate in lcmHandleCommandSmartbomb()
4443 newchar->dofreeze = atoi(GET_ARGP(3)); // Are all animations frozen during special in lcmHandleCommandSmartbomb()
16672 if(self->modeldata.smartbomb && !self->modeldata.dofreeze) in check_special()
16682 …if(self->modeldata.dofreeze) smartbomber = self; // Freezes the animations of all enemies/playe… in check_special()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h1024 int dofreeze:8; // Flag to freeze all enemies/players while special is executed
H A Dopenbor.c4535 newchar->dofreeze = 0; // Items don't animate in lcmHandleCommandSmartbomb()
4538 newchar->dofreeze = atoi(GET_ARGP(3)); // Are all animations frozen during special in lcmHandleCommandSmartbomb()
17415 if(self->modeldata.smartbomb && !self->modeldata.dofreeze) in check_special()
17424 …if(self->modeldata.dofreeze) smartbomber = self; // Freezes the animations of all enemies/playe… in check_special()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h1054 int dofreeze; // Flag to freeze all enemies/players while special is executed member
H A Dopenbor.c6683 newchar->dofreeze = 0; // Items don't animate in lcmHandleCommandSmartbomb()
6688 newchar->dofreeze = atoi(GET_ARGP(3)); // Are all animations frozen during special in lcmHandleCommandSmartbomb()
23865 if(self->modeldata.smartbomb && !self->modeldata.dofreeze) in check_special()
23874 if(self->modeldata.dofreeze) in check_special()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h1782 int dofreeze; // Flag to freeze all enemies/players while special is executed member
H A Dopenbor.c7567 newchar->dofreeze = 0; // Items don't animate in lcmHandleCommandSmartbomb()
7572 newchar->dofreeze = atoi(GET_ARGP(3)); // Are all animations frozen during special in lcmHandleCommandSmartbomb()
27259 if(self->modeldata.smartbomb && !self->modeldata.dofreeze) in check_special()
27268 if(self->modeldata.dofreeze) in check_special()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h2269 int dofreeze; // Flag to freeze all enemies/players while special is executed member
H A Dopenbor.c7907 newchar->dofreeze = 0; // Items don't animate in lcmHandleCommandSmartbomb()
7912 newchar->dofreeze = atoi(GET_ARGP(3)); // Are all animations frozen during special in lcmHandleCommandSmartbomb()
30034 if(self->modeldata.smartbomb && !self->modeldata.dofreeze) in check_special()
30043 if(self->modeldata.dofreeze) in check_special()
/dports/math/giacxcas/giac-1.6.0/src/
H A Drpn.cc4026 dofreeze();