Click or drag to resize

MapLoadFrom Method

This stuff is still in the planning stages. Any questions or Comments are welcome.

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

Loads a map from a file

Namespace:  Furcadia.FurcMap
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
public static Map LoadFrom(
	string filename
)

Parameters

filename
Type: SystemString
The file to load the map from

Return Value

Type: Map
The map
Exceptions
ExceptionCondition
InvalidDataException Thrown if the width and height of the map is not known (corrupt file)
See Also