OpenTTD Source  20240915-master-g3784a3d3d6
GRFFilePropsBase< Tcnt > Struct Template Reference

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

#include <newgrf_commons.h>

Data Fields

uint16_t local_id = 0
 id defined by the grf file for this entity
 
const struct GRFFilegrffile = nullptr
 grf file that introduced this entity
 
std::array< const struct SpriteGroup *, Tcnt > spritegroup {}
 pointers to the different sprites of the entity
 

Detailed Description

template<size_t Tcnt>
struct GRFFilePropsBase< Tcnt >

Data related to the handling of grf files.

Template Parameters
TcntNumber of spritegroups

Definition at line 310 of file newgrf_commons.h.


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