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

Finds all worlds that match the given name. Autocompletes. Raises SearchingForWorld event. Target worlds are not guaranteed to have a loaded map.

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

Syntax

   
 C# 
public static World[] FindWorlds(
	Player player,
	string name
)

Parameters

player
Player
Player who is calling the query. May be null.
name
String
Full or partial world name.

Return Value

An array of 0 or more worlds that matched the name.

See Also