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

Method setSizeZ

src/Ruleset/MapBlock.cpp:87–90  ·  view source on GitHub ↗

* Sets the MapBlock size z. * @param size_z The size z. */

Source from the content-addressed store, hash-verified

85 * @param size_z The size z.
86 */
87void MapBlock::setSizeZ(int size_z)
88{
89 _size_z = size_z;
90}
91
92/**
93 * Gets the MapBlock size z.

Callers 1

loadMAPMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected