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

Method getMapDataSets

src/Ruleset/RuleTerrain.cpp:102–105  ·  view source on GitHub ↗

* Gets the array of mapdatafiles. * @return Pointer to the array of mapdatafiles. */

Source from the content-addressed store, hash-verified

100 * @return Pointer to the array of mapdatafiles.
101 */
102std::vector<MapDataSet*> *RuleTerrain::getMapDataSets()
103{
104 return &_mapDataSets;
105}
106
107/**
108 * Gets the terrain name.

Callers 2

generateMapMethod · 0.45
setPaletteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected