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

Method getRetaliationTarget

src/Savegame/Base.cpp:1164–1167  ·  view source on GitHub ↗

* Get the base's retaliation status. * @return If the base is a valid target for alien retaliation. */

Source from the content-addressed store, hash-verified

1162 * @return If the base is a valid target for alien retaliation.
1163 */
1164bool Base::getRetaliationTarget() const
1165{
1166 return _retaliationTarget;
1167}
1168
1169/**
1170 * Functor to check for mind shield capability.

Callers 1

operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected