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

Method addResearchScore

src/Savegame/SavedGame.cpp:1472–1475  ·  view source on GitHub ↗

* adds to this month's research score * @param score the amount to add. */

Source from the content-addressed store, hash-verified

1470 * @param score the amount to add.
1471 */
1472void SavedGame::addResearchScore(int score)
1473{
1474 _researchScores.back() += score;
1475}
1476
1477/**
1478 * return the list of research scores

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected