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

Method addMissionCount

src/Savegame/Soldier.cpp:363–366  ·  view source on GitHub ↗

* Add a mission to the counter. */

Source from the content-addressed store, hash-verified

361 * Add a mission to the counter.
362 */
363void Soldier::addMissionCount()
364{
365 _missions++;
366}
367
368/**
369 * Add a kill to the counter.

Callers 1

updateGeoscapeStatsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected