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

Method getAltMCD

src/Ruleset/MapData.cpp:337–340  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

335 * @return The alternative object ID.
336 */
337int MapData::getAltMCD() const
338{
339 return _altMCD;
340}
341
342/**
343 * Sets the alternative object ID.

Callers 1

openDoorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected