OpenTTD Source 20250914-master-g748700bd9e
BridgeableTileInfo Struct Reference

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.
 

Detailed Description

Information about a tile structure that may have a bridge above.

Definition at line 59 of file bridge_type.h.

Field Documentation

◆ disallowed_pillars

BridgePillarFlags BridgeableTileInfo::disallowed_pillars = BRIDGEPILLARFLAGS_ALL

Disallowed pillar flags for a bridge above.

Definition at line 61 of file bridge_type.h.

◆ height

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.


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