OpenTTD Source  20240915-master-g3784a3d3d6
waypoint_func.h File Reference
#include "rail_type.h"
#include "command_type.h"
#include "station_type.h"

Go to the source code of this file.

Functions

enum StationClassID uint16_t CommandCost RemoveBuoy (TileIndex tile, DoCommandFlag flags)
 Remove a buoy. More...
 
Axis GetAxisForNewRailWaypoint (TileIndex tile)
 Get the axis for a new rail waypoint. More...
 
Axis GetAxisForNewRoadWaypoint (TileIndex tile)
 Get the axis for a new road waypoint. More...
 
void ShowWaypointWindow (const Waypoint *wp)
 Show the window for the given waypoint. More...
 
void DrawWaypointSprite (int x, int y, StationClassID station_class, uint16_t station_type, RailType railtype)
 Draw a waypoint. More...
 

Detailed Description

Functions related to waypoints.

Definition in file waypoint_func.h.

Function Documentation

◆ DrawWaypointSprite()

void DrawWaypointSprite ( int  x,
int  y,
StationClassID  station_class,
uint16_t  station_type,
RailType  railtype 
)

Draw a waypoint.

Parameters
xcoordinate
ycoordinate
station_classStation class.
station_typeStation type within class.
railtypeRailType to use for

Definition at line 28 of file waypoint.cpp.

◆ GetAxisForNewRailWaypoint()

Axis GetAxisForNewRailWaypoint ( TileIndex  tile)

Get the axis for a new rail waypoint.

This means that if it is a valid tile to build a waypoint on it returns a valid Axis, otherwise an invalid one.

Parameters
tilethe tile to look at.
Returns
the axis for the to-be-build waypoint.

Definition at line 101 of file waypoint_cmd.cpp.

References AXIS_X, AXIS_Y, GetRailStationAxis(), GetRailTileType(), GetTrackBits(), INVALID_AXIS, IsRailWaypointTile(), IsTileType(), MP_RAILWAY, RAIL_TILE_NORMAL, TRACK_BIT_X, and TRACK_BIT_Y.

Referenced by PlaceRail_Waypoint().

◆ GetAxisForNewRoadWaypoint()

Axis GetAxisForNewRoadWaypoint ( TileIndex  tile)

Get the axis for a new road waypoint.

This means that if it is a valid tile to build a waypoint on it returns a valid Axis, otherwise an invalid one.

Parameters
tilethe tile to look at.
Returns
the axis for the to-be-build waypoint.

Definition at line 123 of file waypoint_cmd.cpp.

References AXIS_X, AXIS_Y, DiagDirToAxis(), GetAllRoadBits(), GetRoadStopDir(), INVALID_AXIS, IsNormalRoadTile(), IsRoadWaypointTile(), ROAD_X, and ROAD_Y.

Referenced by PlaceRoad_Waypoint().

◆ RemoveBuoy()

◆ ShowWaypointWindow()

void ShowWaypointWindow ( const Waypoint wp)

Show the window for the given waypoint.

Parameters
wpThe waypoint to show the window for.

Definition at line 223 of file waypoint_gui.cpp.

References _waypoint_view_desc, and Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem< Tpool >::index.