OpenTTD Source 20260621-master-g720d10536d
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 61 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 63 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 62 of file bridge_type.h.


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