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

Method getX

src/Savegame/BaseFacility.cpp:82–85  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

80 * @return X position in grid squares.
81 */
82int BaseFacility::getX() const
83{
84 return _x;
85}
86
87/**
88 * Changes the base facility's X position on the

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected