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

Method getLargeBlockLimit

src/Ruleset/RuleTerrain.cpp:193–196  ·  view source on GitHub ↗

* Gets the maximum amount of large blocks in this terrain. * @return The maximum amount. */

Source from the content-addressed store, hash-verified

191 * @return The maximum amount.
192 */
193int RuleTerrain::getLargeBlockLimit() const
194{
195 return _largeBlockLimit;
196}
197
198/**
199 * Resets the remaining uses of each mapblock.

Callers 1

generateMapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected