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

Method addActivityXcom

src/Savegame/Region.cpp:78–81  ·  view source on GitHub ↗

* Adds to the region's xcom activity level. * @param activity Amount to add. */

Source from the content-addressed store, hash-verified

76 * @param activity Amount to add.
77 */
78void Region::addActivityXcom(int activity)
79{
80 _activityXcom.back() += activity;
81}
82
83/**
84 * Adds to the region's alien activity level.

Callers 3

DebriefingStateMethod · 0.45
time5SecondsMethod · 0.45
moveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected