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

Method addMeleeExp

src/Savegame/BattleUnit.cpp:1885–1888  ·  view source on GitHub ↗

* Adds one to the firing exp counter. */

Source from the content-addressed store, hash-verified

1883 * Adds one to the firing exp counter.
1884 */
1885void BattleUnit::addMeleeExp()
1886{
1887 _expMelee++;
1888}
1889
1890void BattleUnit::updateGeoscapeStats(Soldier *soldier)
1891{

Callers 1

explodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected