OpenTTD Source 20241224-master-gf74b0cf984
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 359 of file newgrf.cpp.

Constructor & Destructor Documentation

◆ GRFLocation()

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

Definition at line 363 of file newgrf.cpp.

Member Function Documentation

◆ operator<()

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

Definition at line 365 of file newgrf.cpp.

◆ operator==()

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

Definition at line 370 of file newgrf.cpp.

Field Documentation

◆ grfid

uint32_t GRFLocation::grfid

Definition at line 360 of file newgrf.cpp.

◆ nfoline

uint32_t GRFLocation::nfoline

Definition at line 361 of file newgrf.cpp.


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