Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ getAggroSound
Method
getAggroSound
src/Savegame/BattleUnit.cpp:2366–2369 ·
view source on GitHub ↗
* Get sound to play when unit aggros. * @return sound */
Source
from the content-addressed store, hash-verified
2364
* @return sound
2365
*/
2366
int BattleUnit::getAggroSound() const
2367
{
2368
return _aggroSound;
2369
}
2370
2371
/**
2372
* Set a specific number of energy.
Callers
1
BattleUnit
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected