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

Changes the name of the given world.

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

Syntax

   
 C# 
public static void RenameWorld(
	World world,
	string newName,
	bool moveMapFile,
	bool overwrite
)

Parameters

world
World

[Missing <param name="world"/> documentation for "M:fCraft.WorldManager.RenameWorld(fCraft.World,System.String,System.Boolean,System.Boolean)"]

newName
String

[Missing <param name="newName"/> documentation for "M:fCraft.WorldManager.RenameWorld(fCraft.World,System.String,System.Boolean,System.Boolean)"]

moveMapFile
Boolean

[Missing <param name="moveMapFile"/> documentation for "M:fCraft.WorldManager.RenameWorld(fCraft.World,System.String,System.Boolean,System.Boolean)"]

overwrite
Boolean

[Missing <param name="overwrite"/> documentation for "M:fCraft.WorldManager.RenameWorld(fCraft.World,System.String,System.Boolean,System.Boolean)"]

See Also