* Gets whether this is a grav lift. * @return True if this is a grav lift. */
| 131 | * @return True if this is a grav lift. |
| 132 | */ |
| 133 | bool MapData::isGravLift() const |
| 134 | { |
| 135 | return _isGravLift; |
| 136 | } |
| 137 | |
| 138 | /** |
| 139 | * Sets all kinds of flags. |
no outgoing calls
no test coverage detected