OpenTTD
|
Map accessor functions for bridges. More...
Go to the source code of this file.
Functions | |
static bool | IsBridge (TileIndex t) |
Checks if this is a bridge, instead of a tunnel. More... | |
static bool | IsBridgeTile (TileIndex t) |
checks if there is a bridge on this tile More... | |
static bool | IsBridgeAbove (TileIndex t) |
checks if a bridge is set above the ground of this tile More... | |
static BridgeType | GetBridgeType (TileIndex t) |
Determines the type of bridge on a tile. More... | |
static Axis | GetBridgeAxis (TileIndex t) |
Get the axis of the bridge that goes over the tile. More... | |
TileIndex | GetNorthernBridgeEnd (TileIndex t) |
Finds the northern end of a bridge starting at a middle tile. More... | |
TileIndex | GetSouthernBridgeEnd (TileIndex t) |
Finds the southern end of a bridge starting at a middle tile. More... | |
TileIndex | GetOtherBridgeEnd (TileIndex t) |
Starting at one bridge end finds the other bridge end. More... | |
int | GetBridgeHeight (TileIndex tile) |
Get the height ('z') of a bridge. More... | |
static int | GetBridgePixelHeight (TileIndex tile) |
Get the height ('z') of a bridge in pixels. More... | |
static void | ClearSingleBridgeMiddle (TileIndex t, Axis a) |
Remove the bridge over the given axis. More... | |
static void | ClearBridgeMiddle (TileIndex t) |
Removes bridges from the given, that is bridges along the X and Y axis. More... | |
static void | SetBridgeMiddle (TileIndex t, Axis a) |
Set that there is a bridge over the given axis. More... | |
static void | MakeBridgeRamp (TileIndex t, Owner o, BridgeType bridgetype, DiagDirection d, TransportType tt, uint rt) |
Generic part to make a bridge ramp for both roads and rails. More... | |
static void | MakeRoadBridgeRamp (TileIndex t, Owner o, Owner owner_road, Owner owner_tram, BridgeType bridgetype, DiagDirection d, RoadTypes r) |
Make a bridge ramp for roads. More... | |
static void | MakeRailBridgeRamp (TileIndex t, Owner o, BridgeType bridgetype, DiagDirection d, RailType r) |
Make a bridge ramp for rails. More... | |
static void | MakeAqueductBridgeRamp (TileIndex t, Owner o, DiagDirection d) |
Make a bridge ramp for aqueducts. More... | |
Map accessor functions for bridges.
Definition in file bridge_map.h.
|
inlinestatic |
Removes bridges from the given, that is bridges along the X and Y axis.
t | the tile to remove the bridge from |
Definition at line 103 of file bridge_map.h.
References AXIS_X, AXIS_Y, and ClearSingleBridgeMiddle().
Remove the bridge over the given axis.
t | the tile to remove the bridge from |
a | the axis of the bridge to remove |
Definition at line 94 of file bridge_map.h.
Referenced by ClearBridgeMiddle().
Get the axis of the bridge that goes over the tile.
Not the axis or the ramp.
t | The tile to analyze |
Definition at line 68 of file bridge_map.h.
Referenced by DrawBridgeMiddle(), GetNorthernBridgeEnd(), GetSouthernBridgeEnd(), and IsRoadAllowedHere().
int GetBridgeHeight | ( | TileIndex | t | ) |
Get the height ('z') of a bridge.
tile | the bridge ramp tile to get the bridge height from |
Definition at line 72 of file bridge_map.cpp.
References ApplyFoundationToSlope(), DiagDirToAxis(), GetBridgeFoundation(), GetTileSlope(), and GetTunnelBridgeDirection().
Referenced by GetBridgePixelHeight(), and MarkBridgeDirty().
|
inlinestatic |
Get the height ('z') of a bridge in pixels.
tile | the bridge ramp tile to get the bridge height from |
Definition at line 84 of file bridge_map.h.
References GetBridgeHeight(), and TILE_HEIGHT.
Referenced by FloodVehicles().
|
inlinestatic |
Determines the type of bridge on a tile.
t | The tile to analyze |
Definition at line 56 of file bridge_map.h.
Referenced by DrawBridgeMiddle(), and CFollowTrackT< Ttr_type_, VehicleType, T90deg_turns_allowed_, Tmask_reserved_tracks >::GetSpeedLimit().
Finds the northern end of a bridge starting at a middle tile.
t | the bridge tile to find the bridge ramp for |
Definition at line 41 of file bridge_map.cpp.
References AxisToDiagDir(), GetBridgeAxis(), GetBridgeEnd(), and ReverseDiagDir().
Referenced by DrawBridgeMiddle().
Starting at one bridge end finds the other bridge end.
t | the bridge ramp tile to find the other bridge ramp for |
Definition at line 61 of file bridge_map.cpp.
Referenced by DoClearBridge(), DrawRailCatenaryOnBridge(), FloodVehicles(), CFollowTrackT< Ttr_type_, VehicleType, T90deg_turns_allowed_, Tmask_reserved_tracks >::FollowTileExit(), and GetRailTrackBitsUniversal().
Finds the southern end of a bridge starting at a middle tile.
t | the bridge tile to find the bridge ramp for |
Definition at line 51 of file bridge_map.cpp.
References AxisToDiagDir(), GetBridgeAxis(), and GetBridgeEnd().
Referenced by DrawBridgeMiddle(), and DrawRailCatenaryOnBridge().
|
inlinestatic |
Checks if this is a bridge, instead of a tunnel.
t | The tile to analyze |
Definition at line 24 of file bridge_map.h.
Referenced by ClearPathReservation(), CmdBuildLongRoad(), CmdConvertRail(), and IsBridgeTile().
|
inlinestatic |
checks if a bridge is set above the ground of this tile
t | The tile to analyze |
Definition at line 45 of file bridge_map.h.
Referenced by CanBuildHouseHere(), CanPlantTreesOnTile(), CheckBuildableTile(), CheckIfIndustryTilesAreFree(), CmdBuildBuoy(), CmdBuildRoadDepot(), CmdBuildShipDepot(), CmdBuildTrainDepot(), DrawBridgeMiddle(), DrawRoadCatenary(), IsRoadAllowedHere(), SearchTileForStatue(), and TryBuildTransmitter().
|
inlinestatic |
checks if there is a bridge on this tile
t | The tile to analyze |
Definition at line 35 of file bridge_map.h.
References IsBridge(), IsTileType(), and MP_TUNNELBRIDGE.
Referenced by FloodVehicles(), GetBridgeEnd(), CFollowTrackT< Ttr_type_, VehicleType, T90deg_turns_allowed_, Tmask_reserved_tracks >::GetSpeedLimit(), PlaceRail_Bridge(), PlaceRoad_Bridge(), CYapfCostBase::stSlopeCost(), and UpdateStatusAfterSwap().
|
inlinestatic |
Make a bridge ramp for aqueducts.
t | the tile to make a bridge ramp |
o | the new owner of the bridge ramp |
d | the direction this ramp must be facing |
Definition at line 178 of file bridge_map.h.
References MakeBridgeRamp(), and TRANSPORT_WATER.
|
inlinestatic |
Generic part to make a bridge ramp for both roads and rails.
t | the tile to make a bridge ramp |
o | the new owner of the bridge ramp |
bridgetype | the type of bridge this bridge ramp belongs to |
d | the direction this ramp must be facing |
tt | the transport type of the bridge |
rt | the road or rail type |
Definition at line 129 of file bridge_map.h.
References _m, _me, Tile::m2, Tile::m3, Tile::m4, Tile::m5, TileExtended::m7, MP_TUNNELBRIDGE, SB(), SetTileOwner(), and SetTileType().
Referenced by MakeAqueductBridgeRamp(), MakeRailBridgeRamp(), and MakeRoadBridgeRamp().
|
inlinestatic |
Make a bridge ramp for rails.
t | the tile to make a bridge ramp |
o | the new owner of the bridge ramp |
bridgetype | the type of bridge this bridge ramp belongs to |
d | the direction this ramp must be facing |
r | the rail type of the bridge |
Definition at line 167 of file bridge_map.h.
References MakeBridgeRamp(), and TRANSPORT_RAIL.
|
inlinestatic |
Make a bridge ramp for roads.
t | the tile to make a bridge ramp |
o | the new owner of the bridge ramp |
owner_road | the new owner of the road on the bridge |
owner_tram | the new owner of the tram on the bridge |
bridgetype | the type of bridge this bridge ramp belongs to |
d | the direction this ramp must be facing |
r | the road type of the bridge |
Definition at line 151 of file bridge_map.h.
References MakeBridgeRamp(), OWNER_TOWN, ROADTYPE_ROAD, ROADTYPE_TRAM, SetRoadOwner(), SetRoadTypes(), and TRANSPORT_ROAD.