[This is preliminary documentation and is subject to change.]

Attempts to load the map excluding the block data from it's header using the specified file name.

Namespace: fCraft.MapConversion
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)

Syntax

   
 C# 
public static bool TryLoadHeader(
	string fileName,
	out Map map
)

Parameters

fileName
String
The name of the file.
map
Map%
Where the loaded map should be stored.

Return Value

Whether or not the map excluding block data was loaded successfully.

Exceptions

ExceptionCondition
System..::..ArgumentNullException If fileName is null.

See Also