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

Method FindMarkedXCOMBase

src/Savegame/AlienMission.cpp:147–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145{
146public:
147 FindMarkedXCOMBase(const RuleRegion &region) : _region(region) { /* Empty by design. */ }
148 bool operator()(const Base *base) const { return (_region.insideRegion(base->getLongitude(), base->getLatitude()) && base->getRetaliationTarget()); }
149private:
150 const RuleRegion &_region;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected