[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.3.0 (0.6.3.0)

Syntax

   
 C# 
bool Save(
	Map mapToSave,
	string path
)

Parameters

mapToSave
Map

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

path
String

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

Return Value

True if saving succeeded; otherwise false.

See Also