Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
1885
void BattleUnit::addMeleeExp()
1886
{
1887
_expMelee++;
1888
}
1889
1890
void BattleUnit::updateGeoscapeStats(Soldier *soldier)
1891
{
Callers
1
explode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected