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

Method setAltMCD

src/Ruleset/MapData.cpp:346–349  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

344 * @param value The alternative object ID.
345 */
346void MapData::setAltMCD(int value)
347{
348 _altMCD = value;
349}
350
351/**
352 * Gets the dead object ID.

Callers 1

loadDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected