OpenTTD Source
1.11.0-beta2
|
Structure for buffering the build command when selecting a station to join.
void ShowSelectStationIfNeeded(const CommandContainer &cmd, TileArea ta)
Show the station selection window when needed.
@ SCT_PASSENGERS_ONLY
Draw only passenger class cargoes.
void CheckRedrawStationCoverage(const Window *w)
Check whether we need to redraw the station coverage text.
StationCoverageType
Types of cargo to display for station coverage.
Represents the covered area of e.g.
void ShowSelectWaypointIfNeeded(const CommandContainer &cmd, TileArea ta)
Show the waypoint selection window when needed.
@ SCT_ALL
Draw all cargoes.
int DrawStationCoverageAreaText(int left, int right, int top, StationCoverageType sct, int rad, bool supplies)
Calculates and draws the accepted or supplied cargo around the selected tile(s)
@ SCT_NON_PASSENGERS_ONLY
Draw all non-passenger class cargoes.
Data structure for an opened window.