Structure for holding relevant data for legends in small map. More...
Data Fields | |
| uint8 | colour |
| Colour of the item on the map. | |
| StringID | legend |
| String corresponding to the coloured item. | |
| union { | |
| IndustryType type | |
| Type of industry. | |
| uint8 height | |
| Height in tiles. | |
| } | u |
| bool | show_on_map |
For filtering industries, if true, industry is shown on the map in colour. | |
| bool | end |
| This is the end of the list. | |
| bool | col_break |
| Perform a column break and go further at the next column. | |
Structure for holding relevant data for legends in small map.
Definition at line 72 of file smallmap_gui.cpp.
1.6.1