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

Saves this map to a file in the default format (FCMv3).

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)

Syntax

   
 C# 
public bool Save(
	string fileName
)

Parameters

fileName
String

Return Value

Whether the saving succeeded.

See Also