| 2302 | return this->dimensionLeft() + 1 + this->dimensionRight(); |
| 2303 | } |
| 2304 | int UnitType::height() const |
| 2305 | { |
| 2306 | return this->dimensionUp() + 1 + this->dimensionDown(); |
| 2307 | } |
| 2308 | int UnitType::seekRange() const |
| 2309 | { |
| 2310 | return seekRangeTiles[this->getID()] * 32; |