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

Tries to find a single world by full or partial name. Returns null if zero or multiple worlds matched.

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

Syntax

   
 C# 
[CanBeNullAttribute]
public static World FindWorldOrPrintMatches(
	Player player,
	string worldName
)

Parameters

player
Player
Player who will receive messages regarding zero or multiple matches.
worldName
String
Full or partial world name.

See Also