|
OpenTTD Source
14.0-beta3
|
Go to the source code of this file.
Data Structures | |
| struct | Link |
Typedefs | |
| typedef uint32_t | LinkTargetID |
| Contains either tile, industry ID, town ID, story page ID or company ID. | |
| typedef uint8_t | LeagueTableID |
| ID of a league table. | |
| typedef uint16_t | LeagueTableElementID |
| ID of a league table element. | |
Enumerations | |
| enum | LinkType : byte { LT_NONE = 0, LT_TILE = 1, LT_INDUSTRY = 2, LT_TOWN = 3, LT_COMPANY = 4, LT_STORY_PAGE = 5 } |
| Types of the possible link targets. More... | |
Variables | |
| static const LeagueTableID | INVALID_LEAGUE_TABLE = 0xFF |
| Invalid/unknown index of LeagueTable. | |
| static const LeagueTableElementID | INVALID_LEAGUE_TABLE_ELEMENT = 0xFFFF |
| Invalid/unknown index of LeagueTableElement. | |
basic types related to league tables
Definition in file league_type.h.