Home
last modified time | relevance | path

Searched refs:animhits (Results 1 – 16 of 16) sorted by relevance

/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Danimation.c61 (*pretvar)->lVal = (LONG)handle->animhits; in openbor_get_animation_property()
215 handle->animhits = (int)temp_int; in openbor_set_animation_property()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h807 …short animhits:16; // Does the attack need to hit before cancel is al… member
H A Dopenbor.c5844 newanim->animhits = 0; //OX counts hits on a per anim basis for cancels. in load_cached_model()
10819 ent->animation->animhits = 0; in ent_set_anim()
11766 ++e->animation->animhits; in do_attack()
11798 ++e->animation->animhits; in do_attack()
11856 ++e->animation->animhits; in do_attack()
16923 self->modeldata.special[i][MAX_SPECIAL_INPUTS-10] <= self->animation->animhits && in check_combo()
16969 self->modeldata.special[i][MAX_SPECIAL_INPUTS-10] <= self->animation->animhits && in check_combo()
H A Dopenborscript.c3565 (*pretvar)->lVal = (LONG)ent->animation->animhits; in openbor_getentityproperty()
6092 ent->animation->animhits = (int)ltemp; in openbor_changeentityproperty()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h804 int animhits:16; // Does the attack need to hit before cancel is allowed? member
H A Dopenbor.c5947 newanim->animhits = 0; //OX counts hits on a per anim basis for cancels. in load_cached_model()
11060 ent->animation->animhits = 0; in ent_set_anim()
11981 ++current_anim->animhits; in do_attack()
12013 ++current_anim->animhits; in do_attack()
12070 ++e->animation->animhits; in do_attack()
18184 self->animation->animhits<com->hits)) in check_combo()
H A Dopenborscript.c3610 (*pretvar)->lVal = (LONG)ent->animation->animhits; in openbor_getentityproperty()
5907 ent->animation->animhits = (int)ltemp; in openbor_changeentityproperty()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h817 int animhits; // Does the attack need to hit before cancel is allowed? member
H A Dopenbor.c8524 newanim->animhits = 0; //OX counts hits on a per anim basis for cancels. in load_cached_model()
15082 ent->animation->animhits = 0; in ent_set_anim()
16406 ++current_anim->animhits; in do_attack()
16454 ++current_anim->animhits; in do_attack()
16541 ++e->animation->animhits; in do_attack()
24907 self->animation->animhits < com->hits)) in check_combo()
H A Dopenborscript.c4423 (*pretvar)->lVal = (LONG)ent->animation->animhits; in openbor_getentityproperty()
6554 ent->animation->animhits = (int)ltemp; in openbor_changeentityproperty()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h1569 int animhits; // Does the attack need to hit before cancel is allowed? member
H A Dopenborscript.c4769 handle->animhits = (int)temp_int; in openbor_set_animation_property()
4862 (*pretvar)->lVal = (LONG)handle->animhits; in openbor_get_animation_property()
6426 (*pretvar)->lVal = (LONG)ent->animation->animhits; in openbor_getentityproperty()
8554 ent->animation->animhits = (int)ltemp; in openbor_changeentityproperty()
H A Dopenbor.c9869 … newanim->animhits = 0; //OX counts hits on a per anim basis for cancels. in load_cached_model()
17523 ent->animation->animhits = 0; in ent_set_anim()
19166 ++current_anim->animhits; in do_attack()
19214 ++current_anim->animhits; in do_attack()
19329 ++e->animation->animhits; in do_attack()
28353 self->animation->animhits < com->hits)) in check_combo()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h2053 …int animhits; // How many consecutive hits have been made? Used … member
H A Dopenborscript.c3470 (*pretvar)->lVal = (LONG)ent->animation->animhits; in openbor_getentityproperty()
5567 ent->animation->animhits = (LONG)ltemp; in openbor_changeentityproperty()
H A Dopenbor.c10291 … newanim->animhits = 0; //OX counts hits on a per anim basis for cancels. in load_cached_model()
18149 ent->animation->animhits = 0; in ent_set_anim()
19840 ++other->animation->animhits; in set_blocking_action()
20317 ++e->animation->animhits; in do_attack()
31203 self->animation->animhits < com->hits)) in check_combo()