Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ addKillCount
Method
addKillCount
src/Savegame/Soldier.cpp:371–374 ·
view source on GitHub ↗
* Add a kill to the counter. */
Source
from the content-addressed store, hash-verified
369
* Add a kill to the counter.
370
*/
371
void Soldier::addKillCount(int count)
372
{
373
_kills += count;
374
}
375
376
/**
377
* Get pointer to initial stats.
Callers
1
checkForCasualties
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected