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

Method DetectXCOMBase

src/Geoscape/GeoscapeState.cpp:986–986  ·  view source on GitHub ↗

Create a detector for the given base.

Source from the content-addressed store, hash-verified

984public:
985 /// Create a detector for the given base.
986 DetectXCOMBase(const Base &base, int difficulty) : _base(base), _difficulty(difficulty) { /* Empty by design. */ }
987 /// Attempt detection
988 bool operator()(const Ufo *ufo) const;
989private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected