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

Method addKillCount

src/Savegame/BattleUnit.cpp:2310–2313  ·  view source on GitHub ↗

* Add a kill to the counter. */

Source from the content-addressed store, hash-verified

2308 * Add a kill to the counter.
2309 */
2310void BattleUnit::addKillCount()
2311{
2312 _kills++;
2313}
2314
2315/**
2316 * Get unit type.

Callers 1

updateGeoscapeStatsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected