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

Method getMapName

src/Ruleset/RuleBaseFacility.cpp:334–337  ·  view source on GitHub ↗

* Gets the battlescape map block name for this facility * to construct the base defense mission map. * @return The map name. */

Source from the content-addressed store, hash-verified

332 * @return The map name.
333 */
334std::string RuleBaseFacility::getMapName() const
335{
336 return _mapName;
337}
338
339/**
340 * Gets the hit sound of this facility's weaponry.

Callers 1

generateMapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected