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

Method getValue

src/Savegame/BattleUnit.cpp:2192–2195  ·  view source on GitHub ↗

* Get the unit's value. Used for score at debriefing. * @return value score */

Source from the content-addressed store, hash-verified

2190 * @return value score
2191 */
2192int BattleUnit::getValue() const
2193{
2194 return _value;
2195}
2196
2197/**
2198 * Get the unit's death sound.

Callers 1

BattleUnitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected