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