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

Method isDoor

src/Ruleset/MapData.cpp:124–127  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

122 * @return True if this is a normal door.
123 */
124bool MapData::isDoor() const
125{
126 return _isDoor;
127}
128
129/**
130 * Gets whether this is a grav lift.

Callers 5

openDoorMethod · 0.80
drawTerrainMethod · 0.80
calculateMethod · 0.80
getTUCostMethod · 0.80
isBlockedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected