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

Method getY

src/Savegame/BaseFacility.cpp:102–105  ·  view source on GitHub ↗

* Returns the base facility's Y position on the * base grid that it's placed on. * @return Y position in grid squares. */

Source from the content-addressed store, hash-verified

100 * @return Y position in grid squares.
101 */
102int BaseFacility::getY() const
103{
104 return _y;
105}
106
107/**
108 * Changes the base facility's Y position on the

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected