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

Method Region

src/Savegame/Region.cpp:29–33  ·  view source on GitHub ↗

* Initializes a region of the specified type. * @param rules Pointer to ruleset. */

Source from the content-addressed store, hash-verified

27 * @param rules Pointer to ruleset.
28 */
29Region::Region(RuleRegion *rules): _rules(rules)
30{
31 _activityAlien.push_back(0);
32 _activityXcom.push_back(0);
33}
34
35/**
36 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected