Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ addReactionExp
Method
addReactionExp
src/Savegame/BattleUnit.cpp:1853–1856 ·
view source on GitHub ↗
* Adds one to the reaction exp counter. */
Source
from the content-addressed store, hash-verified
1851
* Adds one to the reaction exp counter.
1852
*/
1853
void BattleUnit::addReactionExp()
1854
{
1855
_expReactions++;
1856
}
1857
1858
/**
1859
* Adds one to the firing exp counter.
Callers
1
getReactor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected