Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ getAggression
Method
getAggression
src/Savegame/BattleUnit.cpp:2248–2251 ·
view source on GitHub ↗
* Get the unit's aggression. * @return aggression. */
Source
from the content-addressed store, hash-verified
2246
* @return aggression.
2247
*/
2248
int BattleUnit::getAggression() const
2249
{
2250
return _aggression;
2251
}
2252
2253
/**
2254
* Returns the unit's special ability.
Callers
1
BattleUnit
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected