Home
last modified time | relevance | path

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

/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dcollision_attack.c209 (*pretvar)->lVal = (LONG)handle->damage_on_landing.attack_force; in openbor_get_attack_property()
502 handle->damage_on_landing.attack_force = temp_int; in openbor_set_attack_property()
H A Dentity.c465 (*pretvar)->ptrVal = (s_damage_on_landing *)&handle->damage_on_landing; in openbor_get_entity_property()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h555 !((autoland == 1 && e->damage_on_landing == -1) ||e->damage_on_landing == -2))
687 char damage_on_landing:8; // same as throw damage type member
1285 char damage_on_landing:8; member
H A Dopenbor.c6875 pattack->damage_on_landing = GET_INT_ARG(1); in load_cached_model()
12149 self->health -= self->damage_on_landing; in check_gravity()
12151 self->damage_on_landing = 0; in check_gravity()
13829 self->damage_on_landing = 0; in doland()
13859 if((autoland == 1 && self->damage_on_landing == -1) ||self->damage_on_landing == -2) in common_fall()
14543 if(self->damage_on_landing) in common_takedamage()
14545 self->damage_on_landing = 0; in common_takedamage()
14578 self->damage_on_landing = attack->damage_on_landing; in common_takedamage()
16091 self->damage_on_landing = 0; in arrow_move()
16162 self->damage_on_landing = 0; in star_move()
[all …]
H A Dopenborscript.c3660 (*pretvar)->lVal = (LONG)attack->damage_on_landing; in openbor_getentityproperty()
3887 (*pretvar)->lVal = (LONG)ent->damage_on_landing; in openbor_getentityproperty()
6235 ent->damage_on_landing = (int)ltemp; in openbor_changeentityproperty()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h557 !((autoland == 1 && e->damage_on_landing == -1) ||e->damage_on_landing == -2))
690 int damage_on_landing; // same as throw damage type member
1311 int damage_on_landing:8;
H A Dopenbor.c6962 pattack->damage_on_landing = GET_INT_ARG(1); in load_cached_model()
12372 self->health -= self->damage_on_landing; in check_gravity()
12374 self->damage_on_landing = 0; in check_gravity()
14133 self->damage_on_landing = 0; in doland()
14163 if((autoland == 1 && self->damage_on_landing == -1) ||self->damage_on_landing == -2) in common_fall()
14847 if(self->damage_on_landing) in common_takedamage()
14849 self->damage_on_landing = 0; in common_takedamage()
14883 self->damage_on_landing = attack->damage_on_landing; in common_takedamage()
16732 self->damage_on_landing = 0; in arrow_move()
16799 self->damage_on_landing = 0; in star_move()
[all …]
H A Dopenborscript.c3705 (*pretvar)->lVal = (LONG)attack->damage_on_landing; in openbor_getentityproperty()
4001 (*pretvar)->lVal = (LONG)ent->damage_on_landing; in openbor_getentityproperty()
6038 ent->damage_on_landing = (int)ltemp; in openbor_changeentityproperty()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h570 !((autoland == 1 && e->damage_on_landing == -1) ||e->damage_on_landing == -2))
703 int damage_on_landing; // same as throw damage type member
1345 int damage_on_landing; member
H A Dopenbor.c16981 self->damage_on_landing = 0; in check_gravity()
19381 self->damage_on_landing = 0; in doland()
19412 if((autoland == 1 && self->damage_on_landing == -1) || self->damage_on_landing == -2) in common_fall()
20152 else if(other == self && self->damage_on_landing > 0) in checkhitscore()
20305 if(self->damage_on_landing) in common_takedamage()
20307 self->damage_on_landing = 0; in common_takedamage()
20356 self->damage_on_landing = attack->damage_on_landing; in common_takedamage()
20846 other->damage_on_landing = -1; in dothrow()
22936 self->damage_on_landing = 0; in arrow_move()
23017 self->damage_on_landing = 0; in star_move()
[all …]
H A Dopenborscript.c4523 (*pretvar)->lVal = (LONG)attack->damage_on_landing; in openbor_getentityproperty()
4834 (*pretvar)->lVal = (LONG)ent->damage_on_landing; in openbor_getentityproperty()
6722 ent->damage_on_landing = (int)ltemp; in openbor_changeentityproperty()
9184 attack.damage_on_landing = (int)dbltemp; in openbor_changeattackproperty()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h1147 !((autoland == 1 && e->damage_on_landing == -1) ||e->damage_on_landing == -2))
1401 int damage_on_landing; // Same as throw damage type member
2113 int damage_on_landing; member
H A Dopenbor.c146 .damage_on_landing = 0,
22496 self->damage_on_landing = 0; in doland()
22527 if((autoland == 1 && self->damage_on_landing == -1) || self->damage_on_landing == -2) in common_fall()
23422 if(self->damage_on_landing) in common_takedamage()
23424 self->damage_on_landing = 0; in common_takedamage()
23474 self->damage_on_landing = attack->damage_on_landing; in common_takedamage()
23967 other->damage_on_landing = -1; in dothrow()
26164 self->damage_on_landing = 0; in arrow_move()
26315 self->damage_on_landing = 0; in boomerang_move()
26390 self->damage_on_landing = 0; in star_move()
[all …]
H A Dopenborscript.c5152 (*pretvar)->lVal = (LONG)handle->damage_on_landing; in openbor_get_attack_property()
5491 handle->damage_on_landing = temp_int; in openbor_set_attack_property()
6647 (*pretvar)->lVal = (LONG)ent->damage_on_landing; in openbor_getentityproperty()
8750 ent->damage_on_landing = (int)ltemp; in openbor_changeentityproperty()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h1592 …!((autoland == 1 && e->damage_on_landing.attack_force == -1) || e->damage_on_landing.attack_force …
1900 s_damage_on_landing damage_on_landing; // Cause damage when target entity lands from fall. member
2509 s_damage_on_landing damage_on_landing; // ~~ member
H A Dopenbor.c153 .damage_on_landing.attack_force = 0,
154 .damage_on_landing.attack_type = ATK_NONE,
24151 self->damage_on_landing.attack_force = 0; in doland()
24152 self->damage_on_landing.attack_type = ATK_NONE; in doland()
25152 …if (attack.damage_on_landing.attack_type >= 0) attack.attack_type = self->damage_on_landing.attac… in checkdamageonlanding()
25227 self->damage_on_landing.attack_force = 0; in checkdamageonlanding()
25245 …if (attack.damage_on_landing.attack_type >= 0) attack.attack_type = self->damage_on_landing.attac… in checkdamageonlanding()
25457 self->damage_on_landing.attack_force = 0; in common_takedamage()
25458 self->damage_on_landing.attack_type = ATK_NONE; in common_takedamage()
25517 self->damage_on_landing.attack_force = attack->damage_on_landing.attack_force; in common_takedamage()
[all …]
H A Dopenborscript.c3684 (*pretvar)->lVal = (LONG)ent->damage_on_landing.attack_force; in openbor_getentityproperty()
5741 ent->damage_on_landing.attack_force = (LONG)ltemp; in openbor_changeentityproperty()