|
OpenTTD Source
1.11.0-beta2
|
Data related to the handling of grf files. More...
#include <newgrf_commons.h>
Public Member Functions | |
| GRFFileProps (uint16 subst_id=0) | |
| Set all default data constructor for the props. | |
Data Fields | |
| uint16 | subst_id |
| uint16 | override |
| id of the entity been replaced by | |
Data Fields inherited from GRFFilePropsBase< 1 > | |
| uint16 | local_id |
| id defined by the grf file for this entity | |
| const struct GRFFile * | grffile |
| grf file that introduced this entity | |
| const struct SpriteGroup * | spritegroup [Tcnt] |
| pointer to the different sprites of the entity | |
Data related to the handling of grf files.
Definition at line 325 of file newgrf_commons.h.