[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: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)
Syntax
| C# |
[CanBeNullAttribute] 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
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | If name is null. |