[This is preliminary documentation and is subject to change.]
The MapUtility type exposes the following methods.
Methods
| Member | Description | |
|---|---|---|
| GetExporter(MapFormat) | ||
| GetExporters()()()() | ||
| GetImporter(MapFormat) | ||
| GetImporters()()()() | ||
| Identify(String, Boolean) | Identifies the map format from the specified file name. | |
| Load(String) | Loads the map from it's header using the specified file name. | |
| LoadHeader(String) | Loads the map excluding block data from it's header using the specified file name. | |
| RegisterConverter(IMapConverter) | ||
| TryLoad(String, Map%) | Attempts to load the map including the block data from it's header using the specified file name. | |
| TryLoadHeader(String, Map%) | Attempts to load the map excluding the block data from it's header using the specified file name. | |
| TrySave(Map, String, MapFormat) | Attempts to save the map, under the specified file name using the specified format. |