|
OpenTTD Source
1.11.0-beta2
|
Structure for UnknownGRFs; this is a lightweight variant of GRFConfig. More...
Public Member Functions | |
| UnknownGRF (const UnknownGRF &other)=default | |
| UnknownGRF (UnknownGRF &&other)=default | |
| UnknownGRF (uint32 grfid, const uint8 *_md5sum) | |
Public Member Functions inherited from GRFIdentifier | |
| GRFIdentifier (const GRFIdentifier &other)=default | |
| GRFIdentifier (GRFIdentifier &&other)=default | |
| GRFIdentifier (uint32 grfid, const uint8 *md5sum) | |
| GRFIdentifier & | operator= (const GRFIdentifier &other)=default |
| bool | HasGrfIdentifier (uint32 grfid, const uint8 *md5sum) const |
| Does the identification match the provided values? More... | |
Data Fields | |
| GRFTextWrapper | name |
| Name of the GRF. | |
Data Fields inherited from GRFIdentifier | |
| uint32 | grfid |
| GRF ID (defined by Action 0x08) | |
| uint8 | md5sum [16] |
| MD5 checksum of file to distinguish files with the same GRF ID (eg. newer version of GRF) | |
Structure for UnknownGRFs; this is a lightweight variant of GRFConfig.
Definition at line 776 of file newgrf_config.cpp.