Codechange: document a few parameter and return types

This commit is contained in:
Rubidium
2026-02-18 17:04:49 +01:00
committed by rubidium42
parent ab968555e5
commit 671b62e073
10 changed files with 129 additions and 25 deletions
+1
View File
@@ -148,6 +148,7 @@ extern CommandCost ClearTile_Station(TileIndex tile, DoCommandFlags flags);
* @param tile the tile to check for suitability
* @param axis the axis of the waypoint
* @param waypoint Waypoint the waypoint to check for is already joined to. If we find another waypoint it can join to it will throw an error.
* @return The command cost, or rather error when something it wrong.
*/
static CommandCost IsValidTileForWaypoint(TileIndex tile, Axis axis, StationID *waypoint)
{