--------------------------------------------- GET TOP ----------------------------------------------------
| 211 | } |
| 212 | //--------------------------------------------- GET TOP ---------------------------------------------------- |
| 213 | int UnitInterface::getTop() const |
| 214 | { |
| 215 | return this->getPosition().y - this->getType().dimensionUp(); |
| 216 | } |
| 217 | //--------------------------------------------- GET RIGHT -------------------------------------------------- |
| 218 | int UnitInterface::getRight() const |
| 219 | { |
no test coverage detected