OpenTTD Source 20260311-master-g511d3794ce
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 184 of file newgrf_internal.h.

Constructor & Destructor Documentation

◆ GRFLocation()

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

Definition at line 188 of file newgrf_internal.h.

Member Function Documentation

◆ operator<()

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

Definition at line 190 of file newgrf_internal.h.

◆ operator==()

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

Definition at line 195 of file newgrf_internal.h.

Field Documentation

◆ grfid

uint32_t GRFLocation::grfid

Definition at line 185 of file newgrf_internal.h.

◆ nfoline

uint32_t GRFLocation::nfoline

Definition at line 186 of file newgrf_internal.h.


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