Home
last modified time | relevance | path

Searched refs:combotime (Results 1 – 17 of 17) sorted by relevance

/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Dserverchecks.h229 actor->md.combotime+=diffhittime; in checkcombo()
250 actor->md.combotime+=diffhittime; in checkcombo()
262 actor->md.combotime = 0; in checkcombo()
H A Dserver.h209 int combohits, combo, combofrags, combotime, combodamage, ncombos; member
217 combohits = combo = combofrags = combotime = combodamage = ncombos = 0; in reset()
/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dentity.c451 (*pretvar)->lVal = (LONG)handle->combotime; in openbor_get_entity_property()
1546 handle->combotime = temp_int; in openbor_set_entity_property()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h1222 unsigned int combotime; // For multiple-hit combo member
H A Dopenbor.c11871 topowner->combotime = time + combodelay; // well, add to its owner's combo in do_attack()
13580 if(self->combotime > time) in perform_atchain()
14736 if(self->combostep[0] && self->combotime>time) self->stalltime = time+1; in common_try_normalattack()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h1246 u32 combotime; // For multiple-hit combo
H A Dopenborscript.c3965 (*pretvar)->lVal = (LONG)ent->combotime; in openbor_getentityproperty()
6026 ent->combotime = (int)ltemp; in openbor_changeentityproperty()
H A Dopenbor.c12085 topowner->combotime = time + combodelay; // well, add to its owner's combo in do_attack()
13884 if(self->combotime > time) in perform_atchain()
13925 if((self->modeldata.combostyle&2)) self->combotime = time + combodelay; in perform_atchain()
15087 if(self->combostep[0] && self->combotime>time) self->stalltime = time+1; in common_try_normalattack()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h1280 u32 combotime; // For multiple-hit combo member
H A Dopenborscript.c4798 (*pretvar)->lVal = (LONG)ent->combotime; in openbor_getentityproperty()
6706 ent->combotime = (int)ltemp; in openbor_changeentityproperty()
H A Dopenbor.c16568 topowner->combotime = time + combodelay; // well, add to its owner's combo in do_attack()
19079 if(self->combotime > time) in perform_atchain()
19132 self->combotime = time + combodelay; in perform_atchain()
20631 if(self->combostep[0] && self->combotime > time) in common_try_normalattack()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h2046 u32 combotime; // For multiple-hit combo member
H A Dopenborscript.c6611 (*pretvar)->lVal = (LONG)ent->combotime; in openbor_getentityproperty()
8734 ent->combotime = (int)ltemp; in openbor_changeentityproperty()
H A Dopenbor.c19356 topowner->combotime = time + combodelay; // well, add to its owner's combo in do_attack()
22193 if(self->combotime > time) in perform_atchain()
22249 self->combotime = time + combodelay; in perform_atchain()
23750 if(self->combostep[0] && self->combotime > time) in common_try_normalattack()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h2560 u32 combotime; // If not expired, continue to next attack in series combo. ~~ member
H A Dopenborscript.c3642 (*pretvar)->lVal = (LONG)ent->combotime; in openbor_getentityproperty()
5720 ent->combotime = (LONG)ltemp; in openbor_changeentityproperty()
H A Dopenbor.c20325 topowner->combotime = _time + combodelay; // well, add to its owner's combo in do_attack()
23790 if(self->combotime > _time) in perform_atchain()
23846 self->combotime = _time + combodelay; in perform_atchain()
25793 if(self->combostep[0] && self->combotime > _time) in common_try_normalattack()