[This is preliminary documentation and is subject to change.]
Finds a zone by name, without using autocompletion.
Zone names are case-insensitive.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.0 (0.6.3.0)
Syntax
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. |