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

Method getValue

src/Ruleset/Unit.cpp:165–168  ·  view source on GitHub ↗

* Gets the unit's value - for scoring. * @return The unit's value. */

Source from the content-addressed store, hash-verified

163 * @return The unit's value.
164 */
165int Unit::getValue() const
166{
167 return _value;
168}
169
170/**
171 * Gets the unit's death sound.

Callers 14

prepareDebriefingMethod · 0.45
recoverItemsMethod · 0.45
slrMusicVolumeChangeMethod · 0.45
slrSoundVolumeChangeMethod · 0.45
slrUiVolumeChangeMethod · 0.45
saveMethod · 0.45
btnOkClickMethod · 0.45
slrScrollSpeedChangeMethod · 0.45
slrClockSpeedChangeMethod · 0.45
slrScrollSpeedChangeMethod · 0.45
slrFireSpeedChangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected