OpenTTD Source  20240917-master-g9ab0a47812
BridgeSpec Struct Reference

Struct containing information about a single bridge type. More...

#include <bridge.h>

Data Fields

TimerGameCalendar::Year avail_year
 the year where it becomes available
 
uint8_t min_length
 the minimum length (not counting start and end tile)
 
uint16_t max_length
 the maximum length (not counting start and end tile)
 
uint16_t price
 the price multiplier
 
uint16_t speed
 maximum travel speed (1 unit = 1/1.6 mph = 1 km-ish/h)
 
SpriteID sprite
 the sprite which is used in the GUI
 
PaletteID pal
 the palette which is used in the GUI
 
StringID material
 the string that contains the bridge description
 
StringID transport_name [2]
 description of the bridge, when built for road or rail
 
PalSpriteID ** sprite_table
 table of sprites for drawing the bridge
 
uint8_t flags
 bit 0 set: disable drawing of far pillars.
 

Detailed Description

Struct containing information about a single bridge type.

Definition at line 42 of file bridge.h.


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