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

Method setRetaliationTarget

src/Savegame/Base.cpp:1155–1158  ·  view source on GitHub ↗

* Mark the base as a valid alien retaliation target. * @param mark Mark (if @c true) or unmark (if @c false) the base. */

Source from the content-addressed store, hash-verified

1153 * @param mark Mark (if @c true) or unmark (if @c false) the base.
1154 */
1155void Base::setRetaliationTarget(bool mark)
1156{
1157 _retaliationTarget = mark;
1158}
1159
1160/**
1161 * Get the base's retaliation status.

Callers 3

BriefingStateMethod · 0.80
operator()Method · 0.80
time10MinutesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected