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

Method canRetaliate

src/Ruleset/AlienRace.cpp:71–74  ·  view source on GitHub ↗

* Returns if the race can participate in retaliation missions. * @return True if it can retaliate. */

Source from the content-addressed store, hash-verified

69 * @return True if it can retaliate.
70 */
71bool AlienRace::canRetaliate() const
72{
73 return _retaliation;
74}
75
76}

Callers 1

time1MonthMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected