OpenTTD Source 20241224-master-gee860a5c8e
SearchNearbyHouseData Struct Reference

Structure with user-data for SearchNearbyHouseXXX - functions. More...

Data Fields

const HouseSpechs
 Specs of the house that started the search.
 
TileIndex north_tile
 Northern tile of the house.
 

Detailed Description

Structure with user-data for SearchNearbyHouseXXX - functions.

Definition at line 260 of file newgrf_house.cpp.

Field Documentation

◆ hs

const HouseSpec* SearchNearbyHouseData::hs

Specs of the house that started the search.

Definition at line 261 of file newgrf_house.cpp.

Referenced by GetDistanceFromNearbyHouse(), SearchNearbyHouseClass(), SearchNearbyHouseGRFID(), and SearchNearbyHouseID().

◆ north_tile

TileIndex SearchNearbyHouseData::north_tile

Northern tile of the house.

Definition at line 262 of file newgrf_house.cpp.

Referenced by GetDistanceFromNearbyHouse(), SearchNearbyHouseClass(), SearchNearbyHouseGRFID(), and SearchNearbyHouseID().


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