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

Method getKills

src/Savegame/Soldier.cpp:318–321  ·  view source on GitHub ↗

* Returns the soldier's amount of kills. * @return Kills. */

Source from the content-addressed store, hash-verified

316 * @return Kills.
317 */
318int Soldier::getKills() const
319{
320 return _kills;
321}
322
323/**
324 * Returns the soldier's gender.

Callers 2

getSoldierScoreMethod · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected