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

Method getSizeX

src/Ruleset/MapBlock.cpp:69–72  ·  view source on GitHub ↗

* Gets the MapBlock size x. * @return The size x in tiles. */

Source from the content-addressed store, hash-verified

67 * @return The size x in tiles.
68 */
69int MapBlock::getSizeX() const
70{
71 return _size_x;
72}
73
74/**
75 * Gets the MapBlock size y.

Callers 3

generateMapMethod · 0.80
loadRMPMethod · 0.80
getRandomMapBlockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected