[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.MapConversion
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.0 (0.6.3.0)

Syntax

   
 C# 
public static Map LoadHeader(
	string fileName
)

Parameters

fileName
String
The name of the file.

Return Value

The loaded map excluding block data.

Exceptions

ExceptionCondition
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.

See Also