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

Method getCorpseGeoscape

src/Ruleset/Armor.cpp:155–158  ·  view source on GitHub ↗

* Gets the corpse item used in the Geoscape. * @return The name of the corpse item. */

Source from the content-addressed store, hash-verified

153 * @return The name of the corpse item.
154 */
155std::string Armor::getCorpseGeoscape() const
156{
157 return _corpseGeo;
158}
159
160/**
161 * Gets the list of corpse items dropped by the unit

Callers 6

initMethod · 0.80
explodeMethod · 0.80
prepareDebriefingMethod · 0.80
recoverItemsMethod · 0.80
btnOkClickMethod · 0.80
time1DayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected