MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getYOffset

Method getYOffset

src/Ruleset/MapData.cpp:219–222  ·  view source on GitHub ↗

* Gets the Y offset for drawing. * @return The height in pixels. */

Source from the content-addressed store, hash-verified

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

Callers 1

drawTerrainMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected