OpenTTD Source  20240919-master-gdf0233f4c2
TileIndexDiffC Struct Reference

A pair-construct of a TileIndexDiff. More...

#include <map_type.h>

Data Fields

int16_t x
 The x value of the coordinate.
 
int16_t y
 The y value of the coordinate.
 

Detailed Description

A pair-construct of a TileIndexDiff.

This can be used to save the difference between to tiles as a pair of x and y value.

Definition at line 31 of file map_type.h.


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