--------------------------------------------- GET BOTTOM -------------------------------------------------
| 221 | } |
| 222 | //--------------------------------------------- GET BOTTOM ------------------------------------------------- |
| 223 | int UnitInterface::getBottom() const |
| 224 | { |
| 225 | return this->getPosition().y + this->getType().dimensionDown(); |
| 226 | } |
| 227 | //--------------------------------------------- IS BEING CONSTRUCTED --------------------------------------- |
| 228 | bool UnitInterface::isBeingConstructed() const |
| 229 | { |
no test coverage detected