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

Method RuleRegion

src/Ruleset/RuleRegion.cpp:34–36  ·  view source on GitHub ↗

* Creates a blank ruleset for a certain type of region. * @param type String defining the type. */

Source from the content-addressed store, hash-verified

32 * @param type String defining the type.
33 */
34RuleRegion::RuleRegion(const std::string &type): _type(type), _cost(0), _lonMin(), _lonMax(), _latMin(), _latMax(), _cities(), _regionWeight(0), _missionRegion("")
35{
36}
37
38/**
39 * Deletes the cities from memory.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected