OpenTTD Source 20241224-master-gf74b0cf984
ClearedObjectArea Struct Reference

Keeps track of removed objects during execution/testruns of commands. More...

#include <object_base.h>

Data Fields

TileIndex first_tile
 The first tile being cleared, which then causes the whole object to be cleared.
 
TileArea area
 The area of the object.
 

Detailed Description

Keeps track of removed objects during execution/testruns of commands.

Definition at line 84 of file object_base.h.

Field Documentation

◆ area

TileArea ClearedObjectArea::area

The area of the object.

Definition at line 86 of file object_base.h.

◆ first_tile

TileIndex ClearedObjectArea::first_tile

The first tile being cleared, which then causes the whole object to be cleared.

Definition at line 85 of file object_base.h.

Referenced by CmdBuildTunnel(), CmdLandscapeClear(), and CmdTerraformLand().


The documentation for this struct was generated from the following file: