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

Method setDieMCD

src/Ruleset/MapData.cpp:364–367  ·  view source on GitHub ↗

* Sets the dead object ID. * @param value The dead object ID. */

Source from the content-addressed store, hash-verified

362 * @param value The dead object ID.
363 */
364void MapData::setDieMCD(int value)
365{
366 _dieMCD = value;
367}
368
369/**
370 * Gets the amount of light the object is emitting.

Callers 2

modifyDataMethod · 0.80
loadDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected