[This is preliminary documentation and is subject to change.]
Loads the map excluding block data from it's header using the specified filename.
Namespace: fCraft.MapConversionAssembly: fCraft (in fCraft.dll) Version: 0.6.3.0 (0.6.3.0)
Syntax
Parameters
- fileName
- String
The name of the file.
Return Value
The loaded map excluding block data.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | If fileName is null. |
| System.IO..::..FileNotFoundException | If file/directory with the given name is missing. |
| fCraft.MapConversion..::..MapFormatException | If no converter could be found to load the map. |