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

Method addFiringExp

src/Savegame/BattleUnit.cpp:1861–1864  ·  view source on GitHub ↗

* Adds one to the firing exp counter. */

Source from the content-addressed store, hash-verified

1859 * Adds one to the firing exp counter.
1860 */
1861void BattleUnit::addFiringExp()
1862{
1863 _expFiring++;
1864}
1865
1866/**
1867 * Adds one to the firing exp counter.

Callers 2

hitMethod · 0.80
explodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected