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

Creates a new World for the given Map, with same properties as this world.

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

Syntax

   
 C# 
public World ChangeMap(
	Map newMap
)

Parameters

newMap
Map

[Missing <param name="newMap"/> documentation for "M:fCraft.World.ChangeMap(fCraft.Map)"]

Return Value

Newly-created World object, with the new map.

See Also