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

Method getTerrains

src/Ruleset/AlienDeployment.cpp:136–139  ·  view source on GitHub ↗

* Gets the terrain for battlescape generation. * @return The terrain. */

Source from the content-addressed store, hash-verified

134 * @return The terrain.
135 */
136std::vector<std::string> AlienDeployment::getTerrains() const
137{
138 return _terrains;
139}
140
141/**
142 * Gets the shade level for battlescape generation.

Callers 3

nextStageMethod · 0.80
runMethod · 0.80
cbxMissionChangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected