OpenTTD Source 20241224-master-gf74b0cf984
GRFLabel Struct Reference

Public Member Functions

 GRFLabel (uint8_t label, uint32_t nfo_line, size_t pos)
 

Data Fields

uint8_t label
 
uint32_t nfo_line
 
size_t pos
 

Detailed Description

Definition at line 99 of file newgrf.h.

Constructor & Destructor Documentation

◆ GRFLabel()

GRFLabel::GRFLabel ( uint8_t  label,
uint32_t  nfo_line,
size_t  pos 
)
inline

Definition at line 104 of file newgrf.h.

Field Documentation

◆ label

uint8_t GRFLabel::label

Definition at line 100 of file newgrf.h.

◆ nfo_line

uint32_t GRFLabel::nfo_line

Definition at line 101 of file newgrf.h.

◆ pos

size_t GRFLabel::pos

Definition at line 102 of file newgrf.h.


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