OpenTTD Source 20250914-master-g748700bd9e
|
Information about a tile structure that may have a bridge above. More...
#include <bridge_type.h>
Data Fields | |
uint8_t | height = 0 |
Minimum height for a bridge above. 0 means a bridge is not allowed. | |
BridgePillarFlags | disallowed_pillars = BRIDGEPILLARFLAGS_ALL |
Disallowed pillar flags for a bridge above. | |
Information about a tile structure that may have a bridge above.
Definition at line 59 of file bridge_type.h.
BridgePillarFlags BridgeableTileInfo::disallowed_pillars = BRIDGEPILLARFLAGS_ALL |
Disallowed pillar flags for a bridge above.
Definition at line 61 of file bridge_type.h.
uint8_t BridgeableTileInfo::height = 0 |
Minimum height for a bridge above. 0 means a bridge is not allowed.
Definition at line 60 of file bridge_type.h.