--------------------------------------------- GET RIGHT --------------------------------------------------
| 216 | } |
| 217 | //--------------------------------------------- GET RIGHT -------------------------------------------------- |
| 218 | int UnitInterface::getRight() const |
| 219 | { |
| 220 | return this->getPosition().x + this->getType().dimensionRight(); |
| 221 | } |
| 222 | //--------------------------------------------- GET BOTTOM ------------------------------------------------- |
| 223 | int UnitInterface::getBottom() const |
| 224 | { |
no test coverage detected