MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getAggroSound

Method getAggroSound

src/Ruleset/Unit.cpp:228–231  ·  view source on GitHub ↗

* Gets the unit's war cry. * @return The id of the unit's aggro sound. */

Source from the content-addressed store, hash-verified

226 * @return The id of the unit's aggro sound.
227 */
228int Unit::getAggroSound() const
229{
230 return _aggroSound;
231}
232
233/**
234 * Checks if this unit is a living weapon. (ie: chryssalid).

Callers 1

handleAIMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected