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