| 607 | return !!(wpnFlags[this->getID()] & TARG_ORGMECH); |
| 608 | } |
| 609 | bool WeaponType::targetsOwn() const |
| 610 | { |
| 611 | return !!(wpnFlags[this->getID()] & TARG_OWN); |
| 612 | } |
| 613 | const WeaponType::set& WeaponTypes::allWeaponTypes() |
| 614 | { |
| 615 | return WeaponTypesSet::weaponTypeSet; |
no test coverage detected