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

Attempts to load map dimensions from specified location.

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

Syntax

   
 C# 
public Map LoadHeader(
	string path
)

Parameters

path
String

[Missing <param name="path"/> documentation for "M:fCraft.MapConversion.MapFCMv4.LoadHeader(System.String)"]

Return Value

Map object on success, or null on failure.

Implements

IMapConverter..::..LoadHeader(String)

See Also