Home
last modified time | relevance | path

Searched refs:pilot_hit (Results 1 – 5 of 5) sorted by relevance

/dports/games/naev/naev-0.7.0/src/
H A Dpilot.h466 double pilot_hit( Pilot* p, const Solid* w, const unsigned int shooter,
H A Dboard.c431 pilot_hit( target, NULL, p->id, &dmg, 1 ); in board_trySteal()
H A Dweapon.c1071 damage = pilot_hit( p, w->solid, w->parent, &dmg, 1 ); in weapon_hit()
1121 damage = pilot_hit( p, w->solid, w->parent, &dmg, 1 ); in weapon_hitBeam()
H A Dpilot.c1237 double pilot_hit( Pilot* p, const Solid* w, const unsigned int shooter, in pilot_hit() function
1571 pilot_hit( p, &s, (parent!=NULL) ? parent->id : 0, &ddmg, 1 ); in pilot_explode()
H A Dspace.c1136 pilot_hit( p, NULL, 0, &dmg, 0 ); in space_update()