| OpenTTD
    | 
Code handling saving and loading of NewGRF mappings. More...
#include "../newgrf_commons.h"Go to the source code of this file.
| Functions | |
| void | Save_NewGRFMapping (const OverrideManagerBase &mapping) | 
| Save a GRF ID + local id -> OpenTTD's id mapping. | |
| void | Load_NewGRFMapping (OverrideManagerBase &mapping) | 
| Load a GRF ID + local id -> OpenTTD's id mapping. | |
Code handling saving and loading of NewGRF mappings.
Definition in file newgrf_sl.h.
| void Load_NewGRFMapping | ( | OverrideManagerBase & | mapping | ) | 
Load a GRF ID + local id -> OpenTTD's id mapping.
| mapping | The mapping to load. | 
Definition at line 44 of file newgrf_sl.cpp.
References OverrideManagerBase::mapping_ID, OverrideManagerBase::ResetMapping(), SlErrorCorrupt(), SlIterateArray(), and SlObject().
| void Save_NewGRFMapping | ( | const OverrideManagerBase & | mapping | ) | 
Save a GRF ID + local id -> OpenTTD's id mapping.
| mapping | The mapping to save. | 
Definition at line 32 of file newgrf_sl.cpp.
References OverrideManagerBase::mapping_ID, and SlObject().
 1.8.1.2
 1.8.1.2