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

Finds a zone by name, without using autocompletion. Zone names are case-insensitive.

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

Syntax

   
 C# 
public Zone FindExact(
	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