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

Method getMiniMapIndex

src/Ruleset/MapData.cpp:496–499  ·  view source on GitHub ↗

* Gets the SCANG.DAT index for minimap. * @return The minimap index. */

Source from the content-addressed store, hash-verified

494 * @return The minimap index.
495 */
496unsigned short MapData::getMiniMapIndex() const
497{
498 return _miniMapIndex;
499}
500
501/**
502 * Sets the bigWall value.

Callers 1

drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected