[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.2.4 (0.6.2.4)

Syntax

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

Parameters

name
String

[Missing <param name="name"/> documentation for "M:fCraft.WorldManager.FindWorldsNoEvent(System.String)"]

Return Value

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

See Also