Home
last modified time | relevance | path

Searched refs:blockflash (Results 1 – 15 of 15) sorted by relevance

/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dcollision_attack.c269 (*pretvar)->lVal = (LONG)handle->blockflash; in openbor_get_attack_property()
582 handle->blockflash = temp_int; in openbor_set_attack_property()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h658 int blockflash; // Custom bflash for each animation, model id member
H A Dopenbor.c5802 attack.blockflash = -1; in load_cached_model()
6666 if(stricmp(value, "none")==0) attack.blockflash = -1; in load_cached_model()
6667 else attack.blockflash = get_cached_model_index(value); in load_cached_model()
11774 …if(attack->blockflash>=0) flash = spawn(lasthitx, lasthitz, lasthita, 0, NULL, attack->blockflash,… in do_attack()
11812 …if(attack->blockflash>=0) flash = spawn(lasthitx, lasthitz, lasthita, 0, NULL, attack->blockflash,… in do_attack()
11844 …if(attack->blockflash>=0) flash = spawn(lasthitx, lasthitz, lasthita, 0, NULL, attack->blockflash,… in do_attack()
H A Dopenborscript.c3640 (*pretvar)->lVal = (LONG)attack->blockflash; in openbor_getentityproperty()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h663 int blockflash; // Custom bflash for each animation, model id member
H A Dopenbor.c5905 attack.blockflash = -1; in load_cached_model()
6751 if(stricmp(value, "none")==0) attack.blockflash = -1; in load_cached_model()
6752 else attack.blockflash = get_cached_model_index(value); in load_cached_model()
11989 …if(attack->blockflash>=0) flash = spawn(lasthitx, lasthitz, lasthita, 0, NULL, attack->blockflash,… in do_attack()
12027 …if(attack->blockflash>=0) flash = spawn(lasthitx, lasthitz, lasthita, 0, NULL, attack->blockflash,… in do_attack()
12059 …if(attack->blockflash>=0) flash = spawn(lasthitx, lasthitz, lasthita, 0, NULL, attack->blockflash,… in do_attack()
H A Dopenborscript.c3685 (*pretvar)->lVal = (LONG)attack->blockflash; in openbor_getentityproperty()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h676 int blockflash; // Custom bflash for each animation, model id member
H A Dopenbor.c8479 attack.blockflash = -1; in load_cached_model()
8822 attack.blockflash = -1; in load_cached_model()
8826 attack.blockflash = get_cached_model_index(value); in load_cached_model()
16414 if(attack->blockflash >= 0) in do_attack()
16416 …flash = spawn(lasthitx, lasthitz, lasthita, 0, NULL, attack->blockflash, NULL); // custom bflash in do_attack()
16468 if(attack->blockflash >= 0) in do_attack()
16470 …flash = spawn(lasthitx, lasthitz, lasthita, 0, NULL, attack->blockflash, NULL); // custom bflash in do_attack()
16517 if(attack->blockflash >= 0) in do_attack()
16519 …flash = spawn(lasthitx, lasthitz, lasthita, 0, NULL, attack->blockflash, NULL); // custom bflash in do_attack()
H A Dopenborscript.c4503 (*pretvar)->lVal = (LONG)attack->blockflash; in openbor_getentityproperty()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h1397 int blockflash; // Custom bflash for each animation, model id member
H A Dopenbor.c142 .blockflash = -1,
9831 attack.blockflash = -1; in load_cached_model()
10218 attack.blockflash = -1; in load_cached_model()
10222 attack.blockflash = get_cached_model_index(value); in load_cached_model()
19174 if(attack->blockflash >= 0) in do_attack()
19176 …t.position.x, lasthit.position.z, lasthit.position.y, 0, NULL, attack->blockflash, NULL); // cu… in do_attack()
19228 if(attack->blockflash >= 0) in do_attack()
19230 …t.position.x, lasthit.position.z, lasthit.position.y, 0, NULL, attack->blockflash, NULL); // cu… in do_attack()
19305 if(attack->blockflash >= 0) in do_attack()
19307 …t.position.x, lasthit.position.z, lasthit.position.y, 0, NULL, attack->blockflash, NULL); // cu… in do_attack()
H A Dopenborscript.c5212 (*pretvar)->lVal = (LONG)handle->blockflash; in openbor_get_attack_property()
5571 handle->blockflash = temp_int; in openbor_set_attack_property()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h1885 int blockflash; // Custom bflash for each animation, model id member
H A Dopenbor.c149 .blockflash = -1,
10254 attack.blockflash = -1; in load_cached_model()
10667 attack.blockflash = -1; in load_cached_model()
10671 attack.blockflash = get_cached_model_index(value); in load_cached_model()
11000 attack.blockflash = -1; in load_cached_model()
11004 attack.blockflash = get_cached_model_index(value); in load_cached_model()
19898 spawn_attack_flash(ent, attack, attack->blockflash, ent->modeldata.bflash); in do_passive_block()
20306 spawn_attack_flash(self, attack, attack->blockflash, self->modeldata.bflash); in do_attack()