OpenTTD Source
20241108-master-g80f628063a
|
Functions related to depots. More...
Go to the source code of this file.
Functions | |
void | ShowDepotWindow (TileIndex tile, VehicleType type) |
Opens a depot window. More... | |
void | InitDepotWindowBlockSizes () |
Set the size of the blocks in the window so we can be sure that they are big enough for the vehicle sprites in the current game. More... | |
void | DeleteDepotHighlightOfVehicle (const Vehicle *v) |
Removes the highlight of a vehicle in a depot window. More... | |
bool | CanBuildDepotByTileh (DiagDirection direction, Slope tileh) |
Find out if the slope of the tile is suitable to build a depot of given direction. More... | |
Functions related to depots.
Definition in file depot_func.h.
|
inline |
Find out if the slope of the tile is suitable to build a depot of given direction.
direction | The direction in which the depot's exit points |
tileh | The slope of the tile in question |
Definition at line 27 of file depot_func.h.
References InclinedSlope(), IsSteepSlope(), and SLOPE_FLAT.
Referenced by AutoslopeCheckForEntranceEdge(), CheckBuildableTile(), CmdBuildRoadDepot(), and CmdBuildTrainDepot().
void DeleteDepotHighlightOfVehicle | ( | const Vehicle * | v | ) |
Removes the highlight of a vehicle in a depot window.
*v | Vehicle to remove all highlights from |
Definition at line 1181 of file depot_gui.cpp.
References _special_mouse_mode, FindWindowById(), Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem< Tpool >::index, ResetObjectToPlace(), Vehicle::tile, WC_VEHICLE_DEPOT, and WSM_DRAGDROP.
void InitDepotWindowBlockSizes | ( | ) |
Set the size of the blocks in the window so we can be sure that they are big enough for the vehicle sprites in the current game.
Definition at line 218 of file depot_gui.cpp.
Referenced by ReInitAllWindows().
void ShowDepotWindow | ( | TileIndex | tile, |
VehicleType | type | ||
) |
Opens a depot window.
tile | The tile where the depot/hangar is located |
type | The type of vehicles in the depot |
Definition at line 1164 of file depot_gui.cpp.
References BringWindowToFrontById(), and WC_VEHICLE_DEPOT.