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

Method addActivityAlien

src/Savegame/Region.cpp:87–90  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

85 * @param activity Amount to add.
86 */
87void Region::addActivityAlien(int activity)
88{
89 _activityAlien.back() += activity;
90}
91
92/**
93 * Gets the region's xcom activity level.

Callers 4

addScoreMethod · 0.45
processTerrorSiteMethod · 0.45
time30MinutesMethod · 0.45
time1DayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected