[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.1 (0.6.3.1)

Syntax

   
 C# 
bool Save(
	Map mapToSave,
	string path
)

Parameters

mapToSave
Map
path
String

Return Value

True if saving succeeded; otherwise false.

See Also