Home
last modified time | relevance | path

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

/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dcollision_attack.c281 (*pretvar)->lVal = (LONG)handle->hitflash; in openbor_get_attack_property()
598 handle->hitflash = temp_int; in openbor_set_attack_property()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h657 int hitflash; // Custom flash for each animation, model id member
H A Dopenbor.c5801 attack.hitflash = -1; in load_cached_model()
6661 if(stricmp(value, "none")==0) attack.hitflash = -1; in load_cached_model()
6662 else attack.hitflash = get_cached_model_index(value); in load_cached_model()
11865 …if(attack->hitflash>=0) flash = spawn(lasthitx, lasthitz, lasthita, 0, NULL, attack->hitflash, NUL… in do_attack()
H A Dopenborscript.c3720 (*pretvar)->lVal = (LONG)attack->hitflash; in openbor_getentityproperty()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h662 int hitflash; // Custom flash for each animation, model id member
H A Dopenbor.c5904 attack.hitflash = -1; in load_cached_model()
6746 if(stricmp(value, "none")==0) attack.hitflash = -1; in load_cached_model()
6747 else attack.hitflash = get_cached_model_index(value); in load_cached_model()
12079 …if(attack->hitflash>=0) flash = spawn(lasthitx, lasthitz, lasthita, 0, NULL, attack->hitflash, NUL… in do_attack()
H A Dopenborscript.c3765 (*pretvar)->lVal = (LONG)attack->hitflash; in openbor_getentityproperty()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h675 int hitflash; // Custom flash for each animation, model id member
H A Dopenbor.c8478 attack.hitflash = -1; in load_cached_model()
8811 attack.hitflash = -1; in load_cached_model()
8815 attack.hitflash = get_cached_model_index(value); in load_cached_model()
16550 if(attack->hitflash >= 0) in do_attack()
16552 … flash = spawn(lasthitx, lasthitz, lasthita, 0, NULL, attack->hitflash, NULL); in do_attack()
H A Dopenborscript.c4583 (*pretvar)->lVal = (LONG)attack->hitflash; in openbor_getentityproperty()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h1410 int hitflash; // Custom flash for each animation, model id member
H A Dopenbor.c157 .hitflash = -1,
9830 attack.hitflash = -1; in load_cached_model()
10207 attack.hitflash = -1; in load_cached_model()
10211 attack.hitflash = get_cached_model_index(value); in load_cached_model()
19338 if(attack->hitflash >= 0) in do_attack()
19340 …spawn(lasthit.position.x, lasthit.position.z, lasthit.position.y, 0, NULL, attack->hitflash, NULL); in do_attack()
H A Dopenborscript.c5224 (*pretvar)->lVal = (LONG)handle->hitflash; in openbor_get_attack_property()
5587 handle->hitflash = temp_int; in openbor_set_attack_property()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h1891 int hitflash; // Custom flash for each animation, model id member
H A Dopenbor.c165 .hitflash = -1,
10253 attack.hitflash = -1; in load_cached_model()
10656 attack.hitflash = -1; in load_cached_model()
10660 attack.hitflash = get_cached_model_index(value); in load_cached_model()
11028 attack.hitflash = -1; in load_cached_model()
11032 attack.hitflash = get_cached_model_index(value); in load_cached_model()
20322 spawn_attack_flash(self, attack, attack->hitflash, self->modeldata.flash); in do_attack()