OpenTTD Source
20241108-master-g80f628063a
|
Base implementation for cost accounting. More...
#include <yapf_costbase.hpp>
Static Public Member Functions | |
static bool | stSlopeCost (TileIndex tile, Trackdir td) |
Does the given track direction on the given tile yield an uphill penalty? More... | |
Base implementation for cost accounting.
Definition at line 20 of file yapf_costbase.hpp.
Does the given track direction on the given tile yield an uphill penalty?
tile | The tile to check. |
td | The track direction to check. |
Definition at line 27 of file yapf_costbase.hpp.
References DiagDirToAxis(), GetTileSlope(), GetTunnelBridgeDirection(), HasBridgeFlatRamp(), IsBridgeTile(), IsDiagonalTrackdir(), IsTunnelTile(), IsUphillTrackdir(), and TrackdirToExitdir().