Method GetZoneLocation
| Edit this page View SourceGetZoneLocation(string)
Get a ZoneLocation by its name.
Search hierarchy:
Search hierarchy:
- Custom Location with the exact name
- Vanilla Location with the exact name from ZoneSystem
Declaration
public ZoneSystem.ZoneLocation GetZoneLocation(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Name of the ZoneLocation to search for. |
Returns
| Type | Description |
|---|---|
| ZoneLocation | The existing ZoneLocation, or null if none exists with given name |