|
OpenTTD Source 20251117-master-g7398d2e290
|
State of the terraforming. More...
Data Fields | |
| TileIndexSet | dirty_tiles |
| The tiles that need to be redrawn. | |
| TileIndexToHeightMap | tile_to_new_height |
| The tiles for which the height has changed. | |
State of the terraforming.
Definition at line 33 of file terraform_cmd.cpp.
| TileIndexSet TerraformerState::dirty_tiles |
The tiles that need to be redrawn.
Definition at line 34 of file terraform_cmd.cpp.
Referenced by CmdTerraformLand(), and TerraformAddDirtyTile().
| TileIndexToHeightMap TerraformerState::tile_to_new_height |
The tiles for which the height has changed.
Definition at line 35 of file terraform_cmd.cpp.
Referenced by CmdTerraformLand(), TerraformGetHeightOfTile(), and TerraformSetHeightOfTile().