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

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

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

Syntax

   
 C# 
public static World[] FindWorldsNoEvent(
	string name
)

Parameters

name
String

See Also