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

Removes the specified world from the list of worlds being managed by WorldManager.

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

Syntax

   
 C# 
public static void RemoveWorld(
	World worldToDelete
)

Parameters

worldToDelete
World
World to be deleted.

See Also