OpenTTD Source 20250205-master-gfd85ab1e2c
Tile::TileExtended Struct Reference

Data that is stored per tile. More...

Data Fields

uint8_t m6 = 0
 General purpose.
 
uint8_t m7 = 0
 Primarily used for newgrf support.
 
uint16_t m8 = 0
 General purpose.
 

Detailed Description

Data that is stored per tile.

Also used TileBase for this. Look at docs/landscape.html for the exact meaning of the members.

Definition at line 48 of file map_func.h.

Field Documentation

◆ m6

uint8_t Tile::TileExtended::m6 = 0

General purpose.

Definition at line 49 of file map_func.h.

◆ m7

uint8_t Tile::TileExtended::m7 = 0

Primarily used for newgrf support.

Definition at line 50 of file map_func.h.

◆ m8

uint16_t Tile::TileExtended::m8 = 0

General purpose.

Definition at line 51 of file map_func.h.


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