| 575 | return wpnSplashRangeOuter[this->getID()]; |
| 576 | } |
| 577 | bool WeaponType::targetsAir() const |
| 578 | { |
| 579 | return !!(wpnFlags[this->getID()] & TARG_AIR); |
| 580 | } |
| 581 | bool WeaponType::targetsGround() const |
| 582 | { |
| 583 | return !!(wpnFlags[this->getID()] & TARG_GROUND); |
no test coverage detected