* Gets the Y offset for drawing. * @return The height in pixels. */
| 217 | * @return The height in pixels. |
| 218 | */ |
| 219 | int MapData::getYOffset() const |
| 220 | { |
| 221 | return _yOffset; |
| 222 | } |
| 223 | |
| 224 | /** |
| 225 | * Sets the offset on the Y axis for drawing this object. |