[This is preliminary documentation and is subject to change.]
Save the map, under the specified file name using the specified format.
Namespace: fCraft.MapConversionAssembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)
Syntax
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | mapToSave or fileName are null. |
| System..::..ArgumentException | mapFormat is set to MapFormat.Unknown. |
| fCraft.MapConversion..::..NoMapConverterFoundException | No exporter could be found for the given format. |
| System..::..Exception | Other kinds of exceptions may be thrown by the map exporter. |