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

Method isNoFloor

src/Ruleset/MapData.cpp:94–97  ·  view source on GitHub ↗

* Gets whether this is a floor. * @return True if this is a floor. */

Source from the content-addressed store, hash-verified

92 * @return True if this is a floor.
93 */
94bool MapData::isNoFloor() const
95{
96 return _isNoFloor;
97}
98
99/**
100 * Gets whether this is a big wall, which blocks all surrounding paths.

Callers 1

hasNoFloorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected