OpenTTD Source 20241224-master-gee860a5c8e

Structure describing the height of the snow line each day of the year. More...

#include <landscape.h>

Data Fields

uint8_t table [SNOW_LINE_MONTHS][SNOW_LINE_DAYS]
 Height of the snow line each day of the year.
 
uint8_t highest_value
 Highest snow line of the year.
 
uint8_t lowest_value
 Lowest snow line of the year.
 

Detailed Description

Structure describing the height of the snow line each day of the year.

Definition at line 23 of file landscape.h.

Field Documentation

◆ highest_value

uint8_t SnowLine::highest_value

Highest snow line of the year.

Definition at line 25 of file landscape.h.

Referenced by HighestSnowLine(), and SetSnowLine().

◆ lowest_value

uint8_t SnowLine::lowest_value

Lowest snow line of the year.

Definition at line 26 of file landscape.h.

Referenced by LowestSnowLine(), and SetSnowLine().

◆ table

uint8_t SnowLine::table[SNOW_LINE_MONTHS][SNOW_LINE_DAYS]

Height of the snow line each day of the year.

Definition at line 24 of file landscape.h.

Referenced by GetSnowLine(), and SetSnowLine().


The documentation for this struct was generated from the following file: