[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.2.4 (0.6.2.4)

Syntax

   
 C# 
public bool Save(
	string fileName
)

Parameters

fileName
String

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

Return Value

Whether the saving succeeded.

See Also