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

Class isMindShield

src/Savegame/Base.cpp:1172–1176  ·  view source on GitHub ↗

* Functor to check for mind shield capability. */

Source from the content-addressed store, hash-verified

1170 * Functor to check for mind shield capability.
1171 */
1172struct isMindShield: public std::unary_function<BaseFacility*, bool>
1173{
1174 /// Check isMindShield() for @a facility.
1175 bool operator()(const BaseFacility *facility) const;
1176};
1177
1178/**
1179 * Only fully operational facilities are checked.

Callers 1

getDetectionChanceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected