OpenTTD Source  20240919-master-gdf0233f4c2
GRFFileProps Struct Reference

Data related to the handling of grf files. More...

#include <newgrf_commons.h>

Inheritance diagram for GRFFileProps:
GRFFilePropsBase< 1 >

Public Member Functions

constexpr GRFFileProps (uint16_t subst_id=0)
 Set all default data constructor for the props.
 

Data Fields

uint16_t subst_id
 
uint16_t override
 id of the entity been replaced by
 
- Data Fields inherited from GRFFilePropsBase< 1 >
uint16_t local_id
 id defined by the grf file for this entity
 
const struct GRFFilegrffile
 grf file that introduced this entity
 
std::array< const struct SpriteGroup *, Tcnt > spritegroup
 pointers to the different sprites of the entity
 

Detailed Description

Data related to the handling of grf files.

Definition at line 317 of file newgrf_commons.h.


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