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

Method getSizeY

src/Ruleset/MapBlock.cpp:78–81  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

76 * @return The size y in tiles.
77 */
78int MapBlock::getSizeY() const
79{
80 return _size_y;
81}
82
83/**
84 * Sets the MapBlock size z.

Callers 2

generateMapMethod · 0.80
loadRMPMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected