Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
363
void Soldier::addMissionCount()
364
{
365
_missions++;
366
}
367
368
/**
369
* Add a kill to the counter.
Callers
1
updateGeoscapeStats
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected