OpenTTD Source 20250205-master-gfd85ab1e2c

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 = 0
 Highest snow line of the year.
 
uint8_t lowest_value = UINT8_MAX
 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 = 0

Highest snow line of the year.

Definition at line 25 of file landscape.h.

◆ lowest_value

uint8_t SnowLine::lowest_value = UINT8_MAX

Lowest snow line of the year.

Definition at line 26 of file landscape.h.

◆ 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.


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