|
OpenTTD Source
12.0-beta1
|
Additional Inherited Members | |
Public Member Functions inherited from NewGRFMappingChunkHandler | |
| NewGRFMappingChunkHandler (uint32 id, OverrideManagerBase &mapping) | |
| void | Save () const override |
| Save a GRF ID + local id -> OpenTTD's id mapping. | |
| void | Load () const override |
| Load a GRF ID + local id -> OpenTTD's id mapping. | |
Public Member Functions inherited from ChunkHandler | |
| ChunkHandler (uint32 id, ChunkType type) | |
| virtual void | FixPointers () const |
| Fix the pointers. More... | |
| virtual void | LoadCheck (size_t len=0) const |
| Load the chunk for game preview. More... | |
Data Fields inherited from NewGRFMappingChunkHandler | |
| OverrideManagerBase & | mapping |
Data Fields inherited from ChunkHandler | |
| uint32 | id |
| Unique ID (4 letters). | |
| ChunkType | type |
| Type of the chunk. More... | |
Definition at line 21 of file airport_sl.cpp.