OpenTTD Source 20250312-master-gcdcc6b491d
landscape_cmd.h File Reference

Command definitions related to landscape (slopes etc.). More...

#include "command_type.h"

Go to the source code of this file.

Functions

CommandCost CmdLandscapeClear (DoCommandFlags flags, TileIndex tile)
 Clear a piece of landscape.
 
std::tuple< CommandCost, MoneyCmdClearArea (DoCommandFlags flags, TileIndex tile, TileIndex start_tile, bool diagonal)
 Clear a big piece of landscape.
 

Detailed Description

Command definitions related to landscape (slopes etc.).

Definition in file landscape_cmd.h.

Function Documentation

◆ CmdClearArea()

◆ CmdLandscapeClear()