--------------------------------------------- GET LEFT ---------------------------------------------------
| 206 | } |
| 207 | //--------------------------------------------- GET LEFT --------------------------------------------------- |
| 208 | int UnitInterface::getLeft() const |
| 209 | { |
| 210 | return this->getPosition().x - this->getType().dimensionLeft(); |
| 211 | } |
| 212 | //--------------------------------------------- GET TOP ---------------------------------------------------- |
| 213 | int UnitInterface::getTop() const |
| 214 | { |
no test coverage detected