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

Method addActivityXcom

src/Savegame/Country.cpp:125–128  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

123 * @param activity how many points to add.
124 */
125void Country::addActivityXcom(int activity)
126{
127 _activityXcom.back() += activity;
128}
129
130/**
131 * Adds to the country's alien activity level.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected