Home
last modified time | relevance | path

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

/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dcollision_attack.c398 (*pretvar)->lVal = (LONG)handle->staydown.riseattack; in openbor_get_attack_property()
751 handle->staydown.riseattack = temp_int; in openbor_set_attack_property()
H A Dentity.c1016 (*pretvar)->lVal = (LONG)handle->staydown.riseattack; in openbor_get_entity_property()
2200 handle->staydown.riseattack = temp_int; in openbor_set_entity_property()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h1168 int riseattack; //Time modifier before riseattack. member
H A Dopenborscript.c5130 i = ent->staydown.riseattack; in openbor_getentityproperty()
7206 ent->staydown.riseattack = (int)ltemp; in openbor_changeentityproperty()
H A Dopenbor.c13878 …self->staydown.riseattack_stall = self->staydown.riseattack + (time - self->modeldata.risetime[1])… in common_fall()
13880 self->staydown.riseattack = 0; //Reset staydown atk. in common_fall()
14377 self->staydown.riseattack = _staydown1; in checkdamageeffects()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h1190 int riseattack; //Time modifier before riseattack.
H A Dopenborscript.c5247 i = ent->staydown.riseattack; in openbor_getentityproperty()
6831 ent->staydown.riseattack = (int)ltemp; in openbor_changeentityproperty()
H A Dopenbor.c14182 …self->staydown.riseattack_stall = time + MAX(0, (int)(self->staydown.riseattack - self->modeldata.… in common_fall()
14184 self->staydown.riseattack = 0; //Reset staydown atk. in common_fall()
14680 self->staydown.riseattack = _staydown1; in checkdamageeffects()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h1220 int riseattack; //Time modifier before riseattack. member
H A Dopenborscript.c6144 i = ent->staydown.riseattack; in openbor_getentityproperty()
7799 ent->staydown.riseattack = (int)ltemp; in openbor_changeentityproperty()
H A Dopenbor.c19434 …self->staydown.riseattack_stall = time + MAX(0, (int)(self->staydown.riseattack - self->modeldata.… in common_fall()
19436 self->staydown.riseattack = 0; //Reset staydown atk. in common_fall()
20066 self->staydown.riseattack = _staydown1; in checkdamageeffects()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h1327 unsigned int riseattack; // Time modifier before riseattack. member
H A Dopenborscript.c5386 (*pretvar)->lVal = (LONG)handle->staydown.riseattack; in openbor_get_attack_property()
5804 handle->staydown.riseattack = temp_int; in openbor_set_attack_property()
8091 i = ent->staydown.riseattack; in openbor_getentityproperty()
9949 ent->staydown.riseattack = (int)ltemp; in openbor_changeentityproperty()
H A Dopenbor.c172 .riseattack = 0,
9459 newchar->risetime.riseattack = GET_INT_ARG(2); in load_cached_model()
10602 attack.staydown.riseattack = GET_INT_ARG(1); in load_cached_model()
10791 … pattack->staydown.riseattack = GET_INT_ARG(2); //Riseattack time addition and toggle. in load_cached_model()
22549 …seattack_stall = time + MAX(0, (int)(self->staydown.riseattack - self->modeldata.risetime.riseatta… in common_fall()
22551 self->staydown.riseattack = 0; //Reset staydown atk. in common_fall()
23094 #define _staydown1 attack->staydown.riseattack in checkdamageeffects()
23180 self->staydown.riseattack = _staydown1; in checkdamageeffects()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h1769 unsigned int riseattack; // Time modifier before riseattack. member
H A Dopenbor.c180 .riseattack = 0,
9852 newchar->risetime.riseattack = GET_INT_ARG(2); in load_cached_model()
11111 attack.staydown.riseattack = GET_INT_ARG(1); in load_cached_model()
23133 int riseattack = 0; in set_riseattack() local
23147 else riseattack = animriseattacks[type]; in set_riseattack()
23149 if(validanim(iRiseattack, riseattack)) in set_riseattack()
23151 ent_set_anim(iRiseattack, riseattack, reset); in set_riseattack()
24203 …eattack_stall = _time + MAX(0, (int)(self->staydown.riseattack - self->modeldata.risetime.riseatta… in common_fall()
24205 self->staydown.riseattack = 0; //Reset staydown atk. in common_fall()
24846 #define _staydown_rise_attack attack->staydown.riseattack in checkdamageeffects()
[all …]
H A Dopenborscript.c5098 i = ent->staydown.riseattack; in openbor_getentityproperty()
6956 ent->staydown.riseattack = (LONG)ltemp; in openbor_changeentityproperty()