OpenTTD Source 20241224-master-gee860a5c8e
|
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? | |
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().