OpenTTD Source 20260206-master-g4d4e37dbf1
GRFLocation Struct Reference

Public Member Functions

 GRFLocation (uint32_t grfid, uint32_t nfoline)
bool operator< (const GRFLocation &other) const
bool operator== (const GRFLocation &other) const

Data Fields

uint32_t grfid
uint32_t nfoline

Detailed Description

Definition at line 160 of file newgrf_internal.h.

Constructor & Destructor Documentation

◆ GRFLocation()

GRFLocation::GRFLocation ( uint32_t grfid,
uint32_t nfoline )
inline

Definition at line 164 of file newgrf_internal.h.

Member Function Documentation

◆ operator<()

bool GRFLocation::operator< ( const GRFLocation & other) const
inline

Definition at line 166 of file newgrf_internal.h.

◆ operator==()

bool GRFLocation::operator== ( const GRFLocation & other) const
inline

Definition at line 171 of file newgrf_internal.h.

Field Documentation

◆ grfid

uint32_t GRFLocation::grfid

Definition at line 161 of file newgrf_internal.h.

◆ nfoline

uint32_t GRFLocation::nfoline

Definition at line 162 of file newgrf_internal.h.


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