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

Finds a zone by name, with autocompletion. Zone names are case-insensitive. Note that this method is a lot slower than FindExact.

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

Syntax

   
 C# 
public Zone Find(
	string name
)

Parameters

name
String
Full zone name.

Return Value

Zone object if it was found. null if no Zone with the given name could be found.

Exceptions

ExceptionCondition
System..::..ArgumentNullException If name is null.

See Also