* Get the highest possible snow line height, either variable or static. * @return the highest snow line height. * @ingroup SnowLineGroup */
| 617 | * @ingroup SnowLineGroup |
| 618 | */ |
| 619 | uint8_t HighestSnowLine() |
| 620 | { |
| 621 | return _snow_line == nullptr ? _settings_game.game_creation.snow_line_height : _snow_line->highest_value; |
| 622 | } |
| 623 | |
| 624 | /** |
| 625 | * Get the lowest possible snow line height, either variable or static. |
no outgoing calls
no test coverage detected