[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.5 (0.6.3.5)

Syntax

   
 C# 
void Save(
	Map mapToSave,
	string path
)

Parameters

mapToSave
Map
path
String

See Also