|
OpenTTD Source 20251104-master-g3befbdd52f
|
Additional Inherited Members | |
Public Member Functions inherited from NewGRFMappingChunkHandler | |
| NewGRFMappingChunkHandler (uint32_t 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_t id, ChunkType type) | |
| virtual void | FixPointers () const |
| Fix the pointers. | |
| virtual void | LoadCheck (size_t len=0) const |
| Load the chunk for game preview. | |
| std::string | GetName () const |
Data Fields inherited from NewGRFMappingChunkHandler | |
| OverrideManagerBase & | mapping |
Data Fields inherited from ChunkHandler | |
| uint32_t | id |
| Unique ID (4 letters). | |
| ChunkType | type |
| Type of the chunk. | |
Definition at line 21 of file airport_sl.cpp.
|
inline |
Definition at line 22 of file airport_sl.cpp.