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

Method getName

src/Ruleset/RuleTerrain.cpp:111–114  ·  view source on GitHub ↗

* Gets the terrain name. * @return The terrain name. */

Source from the content-addressed store, hash-verified

109 * @return The terrain name.
110 */
111std::string RuleTerrain::getName() const
112{
113 return _name;
114}
115
116/**
117 * Gets a random mapblock within the given constraints.

Callers 1

getMapBlockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected