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

Method getSizeZ

src/Ruleset/MapBlock.cpp:96–99  ·  view source on GitHub ↗

* Gets the MapBlock size z. * @return The size z. */

Source from the content-addressed store, hash-verified

94 * @return The size z.
95 */
96int MapBlock::getSizeZ() const
97{
98 return _size_z;
99}
100
101/**
102 * Gets the type of mapblock.

Callers 1

loadRMPMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected