MCPcopy 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 */
371void Soldier::addKillCount(int count)
372{
373 _kills += count;
374}
375
376/**
377 * Get pointer to initial stats.

Callers 1

checkForCasualtiesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected