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

Method addActivityAlien

src/Savegame/Country.cpp:134–137  ·  view source on GitHub ↗

* Adds to the country's alien activity level. * @param activity how many points to add. */

Source from the content-addressed store, hash-verified

132 * @param activity how many points to add.
133 */
134void Country::addActivityAlien(int activity)
135{
136 _activityAlien.back() += activity;
137}
138
139/**
140 * Gets the country's xcom activity level.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected