Home
last modified time | relevance | path

Searched refs:staydown (Results 1 – 19 of 19) sorted by relevance

/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dcollision_attack.c392 (*pretvar)->lVal = (LONG)handle->staydown.rise; in openbor_get_attack_property()
398 (*pretvar)->lVal = (LONG)handle->staydown.riseattack; in openbor_get_attack_property()
743 handle->staydown.rise = temp_int; in openbor_set_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()
1023 (*pretvar)->lVal = (LONG)handle->staydown.riseattack_stall; in openbor_get_entity_property()
1030 (*pretvar)->lVal = (LONG)handle->staydown.rise; in openbor_get_entity_property()
2200 handle->staydown.riseattack = temp_int; in openbor_set_entity_property()
2209 handle->staydown.riseattack_stall = temp_int; in openbor_set_entity_property()
2218 handle->staydown.rise = temp_int; in openbor_set_entity_property()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h690 …int staydown[3]; // [0] = Add to rise delay. [1] = Add to rise atta… member
1245 …s_staydown staydown; //Delay modifiers before rise or riseattack can ta… member
H A Dopenborscript.c3768 (*pretvar)->ptrVal = (VOID*)attack->staydown; in openbor_getentityproperty()
5125 i = ent->staydown.rise; in openbor_getentityproperty()
5130 i = ent->staydown.riseattack; in openbor_getentityproperty()
5135 i = ent->staydown.riseattack_stall; in openbor_getentityproperty()
7200 ent->staydown.rise = (int)ltemp; in openbor_changeentityproperty()
7206 ent->staydown.riseattack = (int)ltemp; in openbor_changeentityproperty()
7212 ent->staydown.riseattack_stall = (int)ltemp; in openbor_changeentityproperty()
H A Dopenbor.c6887 pattack->staydown[0] = GET_INT_ARG(1); //Risetime modifier. in load_cached_model()
6888 pattack->staydown[1] = GET_INT_ARG(2); //Riseattack time addition and toggle. in load_cached_model()
13295 self->staydown.riseattack_stall = 0; //Reset riseattack delay. in set_riseattack()
13878 …self->staydown.riseattack_stall = self->staydown.riseattack + (time - self->modeldata.risetime[1])… in common_fall()
13879 self->staydown.rise = 0; //Reset staydown. in common_fall()
13880 self->staydown.riseattack = 0; //Reset staydown atk. in common_fall()
13968 self->staydown.riseattack_stall = 0; //Reset riseattack delay. in common_rise()
14318 #define _staydown0 attack->staydown[0] in checkdamageeffects()
14319 #define _staydown1 attack->staydown[1] in checkdamageeffects()
14377 self->staydown.riseattack = _staydown1; in checkdamageeffects()
[all …]
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h659 int staydown[3]; // [0] = Add to rise delay. [1] = Add to rise attack delay. member
1271 …s_staydown staydown; //Delay modifiers before rise or riseattack can ta…
H A Dopenborscript.c3813 (*pretvar)->ptrVal = (VOID*)attack->staydown; in openbor_getentityproperty()
5242 i = ent->staydown.rise; in openbor_getentityproperty()
5247 i = ent->staydown.riseattack; in openbor_getentityproperty()
5252 i = ent->staydown.riseattack_stall; in openbor_getentityproperty()
6825 ent->staydown.rise = (int)ltemp; in openbor_changeentityproperty()
6831 ent->staydown.riseattack = (int)ltemp; in openbor_changeentityproperty()
6837 ent->staydown.riseattack_stall = (int)ltemp; in openbor_changeentityproperty()
H A Dopenbor.c6974 pattack->staydown[0] = GET_INT_ARG(1); //Risetime modifier. in load_cached_model()
6975 pattack->staydown[1] = GET_INT_ARG(2); //Riseattack time addition and toggle. in load_cached_model()
13604 self->staydown.riseattack_stall = 0; //Reset riseattack delay. in set_riseattack()
14182 …self->staydown.riseattack_stall = time + MAX(0, (int)(self->staydown.riseattack - self->modeldata.… in common_fall()
14183 self->staydown.rise = 0; //Reset staydown. in common_fall()
14184 self->staydown.riseattack = 0; //Reset staydown atk. in common_fall()
14273 self->staydown.riseattack_stall = 0; //Reset riseattack delay. in common_rise()
14621 #define _staydown0 attack->staydown[0] in checkdamageeffects()
14622 #define _staydown1 attack->staydown[1] in checkdamageeffects()
14680 self->staydown.riseattack = _staydown1; in checkdamageeffects()
[all …]
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h672 int staydown[3]; // [0] = Add to rise delay. [1] = Add to rise attack delay. member
1305 …s_staydown staydown; //Delay modifiers before rise or riseattack can take place. 2011_04_08, DC: m… member
H A Dopenborscript.c4631 (*pretvar)->ptrVal = (VOID *)attack->staydown; in openbor_getentityproperty()
6139 i = ent->staydown.rise; in openbor_getentityproperty()
6144 i = ent->staydown.riseattack; in openbor_getentityproperty()
6149 i = ent->staydown.riseattack_stall; in openbor_getentityproperty()
7791 ent->staydown.rise = (int)ltemp; in openbor_changeentityproperty()
7799 ent->staydown.riseattack = (int)ltemp; in openbor_changeentityproperty()
7807 ent->staydown.riseattack_stall = (int)ltemp; in openbor_changeentityproperty()
H A Dopenbor.c9183 pattack->staydown[0] = GET_INT_ARG(1); //Risetime modifier. in load_cached_model()
9184 pattack->staydown[1] = GET_INT_ARG(2); //Riseattack time addition and toggle. in load_cached_model()
18641 self->staydown.riseattack_stall = 0; //Reset riseattack delay. in set_riseattack()
19434 …self->staydown.riseattack_stall = time + MAX(0, (int)(self->staydown.riseattack - self->modeldata.… in common_fall()
19435 self->staydown.rise = 0; //Reset staydown. in common_fall()
19436 self->staydown.riseattack = 0; //Reset staydown atk. in common_fall()
19531 self->staydown.riseattack_stall = 0; //Reset riseattack delay. in common_rise()
19983 #define _staydown0 attack->staydown[0] in checkdamageeffects()
19984 #define _staydown1 attack->staydown[1] in checkdamageeffects()
20066 self->staydown.riseattack = _staydown1; in checkdamageeffects()
[all …]
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h1426 s_staydown staydown; // Modify victum's stayodwn properties. member
2070 …s_staydown staydown; //Delay modifiers before rise or riseattack can take place. 2011_04_08, DC: m… member
H A Dopenborscript.c5380 (*pretvar)->lVal = (LONG)handle->staydown.rise; in openbor_get_attack_property()
5386 (*pretvar)->lVal = (LONG)handle->staydown.riseattack; in openbor_get_attack_property()
5796 handle->staydown.rise = temp_int; in openbor_set_attack_property()
5804 handle->staydown.riseattack = temp_int; in openbor_set_attack_property()
8086 i = ent->staydown.rise; in openbor_getentityproperty()
8091 i = ent->staydown.riseattack; in openbor_getentityproperty()
8096 i = ent->staydown.riseattack_stall; in openbor_getentityproperty()
9941 ent->staydown.rise = (int)ltemp; in openbor_changeentityproperty()
9949 ent->staydown.riseattack = (int)ltemp; in openbor_changeentityproperty()
9957 ent->staydown.riseattack_stall = (int)ltemp; in openbor_changeentityproperty()
H A Dopenbor.c171 .staydown = { .rise = 0,
10599 attack.staydown.rise = GET_INT_ARG(1); in load_cached_model()
10602 attack.staydown.riseattack = GET_INT_ARG(1); in load_cached_model()
21699 self->staydown.riseattack_stall = 0; //Reset riseattack delay. in set_riseattack()
22549 …self->staydown.riseattack_stall = time + MAX(0, (int)(self->staydown.riseattack - self->modeldata.… in common_fall()
22550 self->staydown.rise = 0; //Reset staydown. in common_fall()
22551 self->staydown.riseattack = 0; //Reset staydown atk. in common_fall()
22646 self->staydown.riseattack_stall = 0; //Reset riseattack delay. in common_rise()
23093 #define _staydown0 attack->staydown.rise in checkdamageeffects()
23094 #define _staydown1 attack->staydown.riseattack in checkdamageeffects()
[all …]
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h1901 s_staydown staydown; // Modify victum's stayodwn properties. member
2579 …s_staydown staydown; // Delay modifiers before rise or riseattack can take place. 2011_04… member
H A Dopenborscript.c5093 i = ent->staydown.rise; in openbor_getentityproperty()
5098 i = ent->staydown.riseattack; in openbor_getentityproperty()
5103 i = ent->staydown.riseattack_stall; in openbor_getentityproperty()
6948 ent->staydown.rise = (LONG)ltemp; in openbor_changeentityproperty()
6956 ent->staydown.riseattack = (LONG)ltemp; in openbor_changeentityproperty()
6964 ent->staydown.riseattack_stall = (LONG)ltemp; in openbor_changeentityproperty()
H A Dopenbor.c179 .staydown = { .rise = 0,
11108 attack.staydown.rise = GET_INT_ARG(1); in load_cached_model()
11111 attack.staydown.riseattack = GET_INT_ARG(1); in load_cached_model()
24203 …self->staydown.riseattack_stall = _time + MAX(0, (int)(self->staydown.riseattack - self->modeldata… in common_fall()
24204 self->staydown.rise = 0; //Reset staydown. in common_fall()
24205 self->staydown.riseattack = 0; //Reset staydown atk. in common_fall()
24293 self->staydown.riseattack_stall = 0; //Reset riseattack delay. in common_rise()
24845 #define _staydown_rise attack->staydown.rise in checkdamageeffects()
24846 #define _staydown_rise_attack attack->staydown.riseattack in checkdamageeffects()
24948 self->staydown.riseattack = _staydown_rise_attack; in checkdamageeffects()
[all …]
/dports/chinese/dictd-database/dict-zh-1.6/
H A Dpydict.index150363 staydown strike S4+M e
/dports/textproc/p5-Unicode-Tussle/Unicode-Tussle-1.111/data/
H A Dwords.utf8423973 staydown stay-down [adj.] ← stay