Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
1861
void BattleUnit::addFiringExp()
1862
{
1863
_expFiring++;
1864
}
1865
1866
/**
1867
* Adds one to the firing exp counter.
Callers
2
hit
Method · 0.80
explode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected