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

Saves given map at the given location.

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

Syntax

   
 C# 
public bool Save(
	Map map,
	string path
)

Parameters

map
Map

[Missing <param name="map"/> documentation for "M:fCraft.MapConversion.MapFCMv4.Save(fCraft.Map,System.String)"]

path
String

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

Return Value

true if saving succeeded.

Implements

IMapConverter..::..Save(Map, String)

See Also