| 2346 | return unitTurnRadius[this->getID()]; |
| 2347 | } |
| 2348 | bool UnitType::canProduce() const |
| 2349 | { |
| 2350 | return !!(UnitPrototypeFlags::unitFlags[this->getID()] & UnitPrototypeFlags::ProducesUnits); |
| 2351 | } |
| 2352 | bool UnitType::canAttack() const |
| 2353 | { |
| 2354 | switch ( *this ) |
no test coverage detected