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

Method setYOffset

src/Ruleset/MapData.cpp:228–231  ·  view source on GitHub ↗

* Sets the offset on the Y axis for drawing this object. * @param value The offset. */

Source from the content-addressed store, hash-verified

226 * @param value The offset.
227 */
228void MapData::setYOffset(int value)
229{
230 _yOffset = value;
231}
232
233/**
234 * Gets info about special tile types.

Callers 1

loadDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected