[This is preliminary documentation and is subject to change.]
The IMapImporter type exposes the following methods.
Methods
| Member | Description | |
|---|---|---|
| Claims(String) | Allows validating the map format while using minimal resources. | |
| ClaimsName(String) | Returns true if the filename (or directory name) matches this format's expectations. | |
| Load(String) | Fully loads map from specified location.
Throws MapFormatException on failure. | |
| LoadHeader(String) | Attempts to load map dimensions from specified location.
Throws MapFormatException on failure. |