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

Method getDieMCD

src/Ruleset/MapData.cpp:355–358  ·  view source on GitHub ↗

* Gets the dead object ID. * @return The dead object ID. */

Source from the content-addressed store, hash-verified

353 * @return The dead object ID.
354 */
355int MapData::getDieMCD() const
356{
357 return _dieMCD;
358}
359
360/**
361 * Sets the dead object ID.

Callers 2

destroyMethod · 0.80
loadDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected