|
OpenTTD Source
14.0-beta3
|
Describes a single interconnected patch of water within a particular water region. More...
#include <water_regions.h>
Public Member Functions | |
| bool | operator== (const WaterRegionPatchDesc &other) const |
| bool | operator!= (const WaterRegionPatchDesc &other) const |
Data Fields | |
| int | x |
| The X coordinate of the water region, i.e. X=2 is the 3rd water region along the X-axis. | |
| int | y |
| The Y coordinate of the water region, i.e. Y=2 is the 3rd water region along the Y-axis. | |
| TWaterRegionPatchLabel | label |
| Unique label identifying the patch within the region. | |
Describes a single interconnected patch of water within a particular water region.
Definition at line 25 of file water_regions.h.