Searched refs:dtype_calcDamage (Results 1 – 3 of 3) sorted by relevance
/dports/games/naev/naev-0.7.0/src/ |
H A D | damagetype.h | 27 void dtype_calcDamage( double *dshield, double *darmour, double absorb,
|
H A D | damagetype.c | 265 void dtype_calcDamage( double *dshield, double *darmour, double absorb, double *knockback, const Da… in dtype_calcDamage() function
|
H A D | pilot.c | 1257 dtype_calcDamage( &damage_shield, &damage_armour, absorb, &knockback, dmg, &p->stats ); in pilot_hit()
|