[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.0 (0.6.3.0)

Syntax

   
 C# 
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.

Return Value

[Missing <returns> documentation for "M:fCraft.WorldManager.FindWorldOrPrintMatches(fCraft.Player,System.String)"]

See Also