| 258 | return !!(techTypeFlags[this->getID()] & TARG_UNIT); |
| 259 | } |
| 260 | bool TechType::targetsPosition() const |
| 261 | { |
| 262 | return !!(techTypeFlags[this->getID()] & TARG_POS); |
| 263 | } |
| 264 | const UnitType::set& TechType::whatUses() const |
| 265 | { |
| 266 | return techInternalUsage::techWhatUses[this->getID()]; |
no test coverage detected