Method GetZoneVegetation
| Improve this Doc View SourceGetZoneVegetation(string)
Get a ZoneVegetation by its name.
Search hierarchy:
Search hierarchy:
- Custom Vegetation with the exact name
- Vanilla Vegetation with the exact name from ZoneSystem
Declaration
public ZoneSystem.ZoneVegetation GetZoneVegetation(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Name of the ZoneVegetation to search for. |
Returns
Type | Description |
---|---|
ZoneVegetation | The existing ZoneVegetation, or null if none exists with given name |