OpenTTD Source 20250205-master-gfd85ab1e2c
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 100 of file newgrf.h.

Constructor & Destructor Documentation

◆ GRFLabel()

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

Definition at line 105 of file newgrf.h.

Field Documentation

◆ label

uint8_t GRFLabel::label

Definition at line 101 of file newgrf.h.

◆ nfo_line

uint32_t GRFLabel::nfo_line

Definition at line 102 of file newgrf.h.

◆ pos

size_t GRFLabel::pos

Definition at line 103 of file newgrf.h.


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