[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.1 (0.6.3.1)
Syntax
| C# |
[CanBeNullAttribute] 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
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | If name is null. |