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

Finds a world by full name. Target world is not guaranteed to have a loaded map.

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

Syntax

   
 C# 
[CanBeNullAttribute]
public static World FindWorldExact(
	string name
)

Parameters

name
String

Return Value

World if found, or null if not found.

See Also